summaryrefslogtreecommitdiffstats
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
commit14b3b4df6ff599c665ffb625920e93c0cbae663a (patch)
treee16b297079594f33117f62200eb7d7e697763dc2
parent229907cd11658776a6c7451de74b9e16ba637d9c (diff)
downloadbcm5719-llvm-14b3b4df6ff599c665ffb625920e93c0cbae663a.tar.gz
bcm5719-llvm-14b3b4df6ff599c665ffb625920e93c0cbae663a.zip
document this api change.
llvm-svn: 135376
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 374615d991c..590bdaee3d2 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud