Fix testcase to run correctly, add description
authorChris Lattner <sabre@nondot.org>
Mon, 7 Oct 2002 20:25:45 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Oct 2002 20:25:45 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4064 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll

index a8dd1687925bee4d3ba771751824e70aeddc1392..c5f52aa44089377ffd437cc8e9cbaeabd4c24ea9 100644 (file)
@@ -1,4 +1,7 @@
-
+; RUN: as < %s | opt -cee
+;
+; The 'cee' pass is breaking SSA form when it blindly forwards the branch from 
+; Eq to branch to "Forwarded" instead.
 
 implementation