mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
document this api change.
llvm-svn: 135376
This commit is contained in:
parent
e1fe7061ce
commit
0acd1a9d12
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user