summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMicah Villmow <villmow@gmail.com>2012-10-25 18:06:47 +0000
committerMicah Villmow <villmow@gmail.com>2012-10-25 18:06:47 +0000
commita85ee5521de3b2905af0b1b5bda5455bb61a567d (patch)
tree0e7ff3165749d31c45e841bd2857cb2e46d67746 /docs
parent8d7cd1d8fc3d1344d5f286cea2ce34cea0d3f01a (diff)
downloadllvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.tar.gz
llvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.tar.bz2
llvm-a85ee5521de3b2905af0b1b5bda5455bb61a567d.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9a1b547b4a..eb12b339a4 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>