From 46b3abc9f759ed4bbf88be611cc577b21a8ffa8b 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85372 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.
  • -- 2.34.1