mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 20:06:46 +00:00
make this actually test what it is trying to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c228834fc
commit
6093b36f47
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis > %t
|
||||
; RUN grep select %t | count 4
|
||||
; RUN not grep and %t
|
||||
; RUN not grep or %t
|
||||
; RUN: grep select %t | count 4
|
||||
; RUN: not grep and %t
|
||||
; RUN: not grep or %t
|
||||
|
||||
define i32 @foo(i32 %a, i32 %b, i32 %c, i32 %d) nounwind {
|
||||
%e = icmp slt i32 %a, %b
|
||||
@ -31,7 +31,6 @@ entry:
|
||||
%3 = or i32 %1, %2
|
||||
ret i32 %3
|
||||
}
|
||||
|
||||
define i32 @par(i32 %a, i32 %b, i32 %c, i32 %d) nounwind {
|
||||
entry:
|
||||
%0 = icmp slt i32 %a, %b
|
||||
|
Loading…
Reference in New Issue
Block a user