mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Validation fix.
llvm-svn: 43679
This commit is contained in:
parent
66cada0930
commit
837e89b9b2
@ -1856,8 +1856,8 @@ if (i == j)
|
||||
<li>The code is in valid SSA form.</li>
|
||||
<li>It should be illegal to put a label into any other type (like a
|
||||
structure) or to return one. [except constant arrays!]</li>
|
||||
<li>Only phi nodes can be self referential: 'add int %0, %0 ; <int>:0' is
|
||||
bad.</li>
|
||||
<li>Only phi nodes can be self referential: <tt>%x = add int %x, %x</tt> is
|
||||
invalid.</li>
|
||||
<li>PHI nodes must have an entry for each predecessor, with no extras.</li>
|
||||
<li>PHI nodes must be the first thing in a basic block, all grouped
|
||||
together.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user