aboutsummaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-18 04:56:02 +0000
committerChris Lattner <sabre@nondot.org>2011-07-18 04:56:02 +0000
commitd13243096709a581208d461af1b91e44158fd416 (patch)
treee5017de5a55e728b3e541e2239d5bb8c691252f0 /docs/ReleaseNotes.html
parentdb125cfaf57cc83e7dd7453de2d509bc8efd0e5e (diff)
document this api change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 374615d991..590bdaee3d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -599,7 +599,10 @@ from the previous release.</p>
LLVM API changes are:</p>
<ul>
-
+<li>The biggest and most pervasive change is that llvm::Type's are no longer
+ returned or accepted as 'const' values. Instead, just pass around non-const
+ Type's.</li>
+
<li><code>PHINode::reserveOperandSpace</code> has been removed. Instead, you
must specify how many operands to reserve space for when you create the
PHINode, by passing an extra argument into <code>PHINode::Create</code>.</li>