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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166702 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 9a1b547b4a5271964c141400fdae1751195c9969..eb12b339a470dd7c036895f21478c4140c7716fe 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>