mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[XCore] Whitespace fixes, no functionality change.
llvm-svn: 185519
This commit is contained in:
parent
207824e7f8
commit
c817e9456e
@ -535,10 +535,10 @@ def STWDP_lru6 : _FLRU6<0b010100, (outs), (ins RRegs:$a, i32imm:$b),
|
||||
//let Uses = [CP] in ..
|
||||
let mayLoad = 1, isReMaterializable = 1, neverHasSideEffects = 1 in {
|
||||
def LDWCP_ru6 : _FRU6<0b011011, (outs RRegs:$a), (ins i32imm:$b),
|
||||
"ldw $a, cp[$b]", []>;
|
||||
"ldw $a, cp[$b]", []>;
|
||||
def LDWCP_lru6: _FLRU6<0b011011, (outs RRegs:$a), (ins i32imm:$b),
|
||||
"ldw $a, cp[$b]",
|
||||
[(set RRegs:$a, (load (cprelwrapper tglobaladdr:$b)))]>;
|
||||
"ldw $a, cp[$b]",
|
||||
[(set RRegs:$a, (load (cprelwrapper tglobaladdr:$b)))]>;
|
||||
}
|
||||
|
||||
let Uses = [SP] in {
|
||||
|
Loading…
Reference in New Issue
Block a user