mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cross-mingw32 buildbot too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05642a3eba
commit
1f01d45ee0
@ -19,16 +19,16 @@ tailrecurse: ; preds = %sw.bb, %entry
|
||||
%0 = ptrtoint i8* %tmp2 to i32
|
||||
|
||||
; CHECK: ands r12, r12, #3
|
||||
; CHECK-NEXT: beq .LBB0_2
|
||||
; CHECK-NEXT: beq
|
||||
|
||||
; THUMB: movs r5, #3
|
||||
; THUMB-NEXT: mov r6, r4
|
||||
; THUMB-NEXT: ands r6, r5
|
||||
; THUMB-NEXT: tst r4, r5
|
||||
; THUMB-NEXT: beq .LBB0_3
|
||||
; THUMB-NEXT: beq
|
||||
|
||||
; T2: ands r12, r12, #3
|
||||
; T2-NEXT: beq .LBB0_3
|
||||
; T2-NEXT: beq
|
||||
|
||||
%and = and i32 %0, 3
|
||||
%tst = icmp eq i32 %and, 0
|
||||
|
Loading…
Reference in New Issue
Block a user