forked from OSchip/llvm-project
Fix two more not-grep tests that were missing llvm-dis.
llvm-svn: 52159
This commit is contained in:
parent
e38cc01244
commit
632a55e2cc
|
@ -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 {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue