Fix two more not-grep tests that were missing llvm-dis.

llvm-svn: 52159
This commit is contained in:
Dan Gohman 2008-06-09 22:36:45 +00:00
parent e38cc01244
commit 632a55e2cc
2 changed files with 3 additions and 3 deletions

View 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 {

View 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) {