Fix two more not-grep tests that were missing llvm-dis.
authorDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 22:36:45 +0000 (22:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 22:36:45 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52159 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ArgumentPromotion/aggregate-promote.ll
test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll

index a74813f15fffa71a3948f693670ec54590e20409..62b1a07c434e18e96513a3ee311fe3d60904376a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -argpromotion -instcombine | not grep load
+; RUN: llvm-as < %s | opt -argpromotion -instcombine | llvm-dis | not grep load
 
 %QuadTy = type { i32, i32, i32, i32 }
 @G = constant %QuadTy {
index 12bfb80a164e3b6a7152071a6f393c7862fbafcf..0c2cf54369cd5594adb44111962b11e9e06ceeef 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | notcast
-; RUN: llvm-as < %s | opt -instcombine | not grep {icmp s}
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {icmp s}
 ; PR1940
 
 define i1 @test1(i8 %A, i8 %B) {