Update run line
authorChris Lattner <sabre@nondot.org>
Tue, 21 May 2002 19:33:17 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 May 2002 19:33:17 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2693 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/basictest.ll

index a63abf751fa84be3e1b0aa5caa8be04a2c992103..c86d9398f5a6b820633056611ceedce300c81e90 100644 (file)
@@ -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