From a85ee5521de3b2905af0b1b5bda5455bb61a567d Mon Sep 17 00:00:00 2001
From: Micah Villmow
Date: Thu, 25 Oct 2012 18:06:47 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 3 +++
1 file changed, 3 insertions(+)
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.
+
--
2.34.1