Hrm, testcase was checking the wrong pass. :(
authorChris Lattner <sabre@nondot.org>
Mon, 29 Jul 2002 21:12:20 +0000 (21:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Jul 2002 21:12:20 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3126 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll

index 7ca058ffb8c352e8f8be3c35095d891d64dc52d2..aa24bfbc599c40ef8d8fd4047529804d58528163 100644 (file)
@@ -1,7 +1,7 @@
 ; -simplifycfg is not folding blocks if there is a PHI node involved.  This 
 ; should be fixed eventually
 
-; RUN: if as < %s | opt -sccp | dis | grep br
+; RUN: if as < %s | opt -simplifycfg | dis | grep br
 ; RUN: then exit 1
 ; RUN: else exit 0
 ; RUN: fi