From: Micah Villmow
Date: Thu, 25 Oct 2012 18:06:47 +0000 (+0000)
Subject: Update the release notes to note the change from TargetData to DataLayout.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a85ee5521de3b2905af0b1b5bda5455bb61a567d;p=oota-llvm.git
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
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9a1b547b4a5..eb12b339a47 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -669,6 +669,9 @@ Release Notes.
"TargetTransformInfo" provides a number of low-level interfaces.
LSR and LowerInvoke already use the new interface.
+ The TargetData structure has been renamed to DataLayout and moved to VMCore
+to remove a dependency on Target.
+