summaryrefslogtreecommitdiff
path: root/docs/Passes.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-03-28 06:46:51 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-03-28 06:46:51 +0000
commit0c78ac11dd1a2cb4012df6ae5b875d70d34e780b (patch)
tree945a275dd2678892b91aa95e27e47f539f82eeb2 /docs/Passes.html
parent7f0965e7daa17f0c5987fb923cab94ed7f6f4d78 (diff)
downloadllvm-0c78ac11dd1a2cb4012df6ae5b875d70d34e780b.tar.gz
llvm-0c78ac11dd1a2cb4012df6ae5b875d70d34e780b.tar.bz2
llvm-0c78ac11dd1a2cb4012df6ae5b875d70d34e780b.tar.xz
Update example to new syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r--docs/Passes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.html b/docs/Passes.html
index 3492a27970..a01b754d70 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -1864,7 +1864,7 @@ 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: <tt>%x = add int %x, %x</tt> is
+ <li>Only phi nodes can be self referential: <tt>%x = add i32 %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