mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
[mips] Remove trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a23270ce6
commit
2bd429a987
@ -6,11 +6,11 @@
|
|||||||
@i3 = common global i32* null, align 4
|
@i3 = common global i32* null, align 4
|
||||||
|
|
||||||
; O32-DAG: lw $[[R0:[0-9]+]], %got(i3)
|
; O32-DAG: lw $[[R0:[0-9]+]], %got(i3)
|
||||||
; O32-DAG: addiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got(i1)
|
; O32-DAG: addiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got(i1)
|
||||||
; O32: movn $[[R0]], $[[R1]], ${{[0-9]+}}
|
; O32: movn $[[R0]], $[[R1]], ${{[0-9]+}}
|
||||||
; N64-DAG: ldr $[[R0:[0-9]+]]
|
; N64-DAG: ldr $[[R0:[0-9]+]]
|
||||||
; N64-DAG: ld $[[R1:[0-9]+]], %got_disp(i1)
|
; N64-DAG: ld $[[R1:[0-9]+]], %got_disp(i1)
|
||||||
; N64: movn $[[R0]], $[[R1]], ${{[0-9]+}}
|
; N64: movn $[[R0]], $[[R1]], ${{[0-9]+}}
|
||||||
define i32* @cmov1(i32 %s) nounwind readonly {
|
define i32* @cmov1(i32 %s) nounwind readonly {
|
||||||
entry:
|
entry:
|
||||||
%tobool = icmp ne i32 %s, 0
|
%tobool = icmp ne i32 %s, 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user