document this api change.
authorChris Lattner <sabre@nondot.org>
Mon, 18 Jul 2011 04:56:02 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Jul 2011 04:56:02 +0000 (04:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135376 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 374615d991c3a94cfdb2bf5bf781231a3232861a..590bdaee3d2ae1494dc3a822decd64aa4d059db6 100644 (file)
@@ -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>