mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
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:
parent
9ea3f56d07
commit
9eb698b96d
@ -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
Block a user