aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-21 19:33:17 +0000
committerChris Lattner <sabre@nondot.org>2002-05-21 19:33:17 +0000
commit4a4e39d647d4eb451be15ab2b7d3279e26bb94d7 (patch)
tree7981b1bbcd29ae55ae1f3a3f1a2c287ee5d0e426
parent2f3ee642a875aef07c94e1833f4bdb0b1d45aeb0 (diff)
Update run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2693 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/SimplifyCFG/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/basictest.ll b/test/Transforms/SimplifyCFG/basictest.ll
index a63abf751f..c86d9398f5 100644
--- a/test/Transforms/SimplifyCFG/basictest.ll
+++ b/test/Transforms/SimplifyCFG/basictest.ll
@@ -1,6 +1,6 @@
; Test CFG simplify removal of branch instructions...
;
-; RUN: if as < %s | opt -dce | dis | grep br
+; RUN: if as < %s | opt -simplifycfg | dis | grep br
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi