From 920f44db54d95c80f7858c6066144dacd7db52e3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 28 Oct 2009 04:47:06 +0000 Subject: [PATCH] doc bug spotted by apinski llvm-svn: 85372 --- docs/Passes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Passes.html b/docs/Passes.html index 36e0419ad28..bbf6b3dc943 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -1787,8 +1787,8 @@ if (X < 3) { integrals f.e.
  • All of the constants in a switch statement are of the correct type.
  • 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!]
  • +
  • It is illegal to put a label into any other type (like a structure) or + to return one.
  • 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.