mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Make this test more portable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
760d1945bc
commit
c12e979790
@ -42,7 +42,7 @@ false:
|
|||||||
|
|
||||||
; CHECK: qux:
|
; CHECK: qux:
|
||||||
; CHECK: andl $16, %edi
|
; CHECK: andl $16, %edi
|
||||||
; CHECK-NEXT: jne .LBB3_2
|
; CHECK-NEXT: jne
|
||||||
|
|
||||||
define void @qux(i32 %x) nounwind {
|
define void @qux(i32 %x) nounwind {
|
||||||
%y = and i32 %x, 16
|
%y = and i32 %x, 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user