Update the release notes to note the change from TargetData to DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Micah Villmow 2012-10-25 18:06:47 +00:00
parent 8d7cd1d8fc
commit a85ee5521d

View 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>