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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52159 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-06-09 22:36:45 +00:00
parent 9ea3f56d07
commit 9eb698b96d
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) {