Update the release notes to note the change from TargetData to DataLayout.
authorMicah Villmow <villmow@gmail.com>
Thu, 25 Oct 2012 18:06:47 +0000 (18:06 +0000)
committerMicah Villmow <villmow@gmail.com>
Thu, 25 Oct 2012 18:06:47 +0000 (18:06 +0000)
llvm-svn: 166702

llvm/docs/ReleaseNotes.html

index 9a1b547..eb12b33 100644 (file)
@@ -669,6 +669,9 @@ Release Notes</a>.</h1>
   "TargetTransformInfo" provides a number of low-level interfaces.
   LSR and LowerInvoke already use the new interface. </p>
 
+<p> The TargetData structure has been renamed to DataLayout and moved to VMCore
+to remove a dependency on Target. </p>
+
 <ul>
   <li>...</li>
 </ul>