Fix run line.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 7 Jun 2008 08:40:16 +0000 (08:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 7 Jun 2008 08:40:16 +0000 (08:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52072 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/branch-fold-test.ll

index 2deca40634577643d5d30bb1cc8a54b118adba41..444741f5b72d92ef9fa22297031396c2e1561691 100644 (file)
@@ -1,7 +1,7 @@
 ; This test ensures that the simplifycfg pass continues to constant fold
 ; terminator instructions.
 
-; RUN: llvm-as < %s | opt -simplifycfg | not grep br
+; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep br
 
 define i32 @test(i32 %A, i32 %B) {
 J: