From 0c78ac11dd1a2cb4012df6ae5b875d70d34e780b Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 28 Mar 2008 06:46:51 +0000 Subject: Update example to new syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48910 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Passes.html') 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)
  • The code is in valid SSA form.
  • It should be illegal to put a label into any other type (like a structure) or to return one. [except constant arrays!]
  • -
  • Only phi nodes can be self referential: %x = add int %x, %x is +
  • Only phi nodes can be self referential: %x = add i32 %x, %x is invalid.
  • PHI nodes must have an entry for each predecessor, with no extras.
  • PHI nodes must be the first thing in a basic block, all grouped -- cgit v1.2.3