mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix test case from r153135.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b1fdc0599
commit
768b4e8cb4
@ -67,7 +67,7 @@ entry:
|
||||
|
||||
; T2: t5:
|
||||
; T2-NOT: moveq
|
||||
; T2: orreq.w r2, r2, #1
|
||||
; T2: orreq r2, r2, #1
|
||||
%tmp1 = icmp eq i32 %a, %b
|
||||
%tmp2 = zext i1 %tmp1 to i32
|
||||
%tmp3 = or i32 %tmp2, %c
|
||||
|
Loading…
Reference in New Issue
Block a user