mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
ARM: normalise space in the patterns
Just adjust the whitespace for the selection patterns. NFC. llvm-svn: 271972
This commit is contained in:
parent
b9204f52d3
commit
d50d0011ad
@ -3900,8 +3900,7 @@ def : T2Pat<(ARMWrapper texternalsym :$dst), (t2MOVi32imm texternalsym : $dst)>,
|
||||
def : T2Pat<(ARMWrapper tglobaladdr :$dst), (t2MOVi32imm tglobaladdr :$dst)>,
|
||||
Requires<[IsThumb, HasV8MBaseline, UseMovt]>;
|
||||
|
||||
def : T2Pat<(ARMWrapperJT tjumptable:$dst),
|
||||
(t2LEApcrelJT tjumptable:$dst)>;
|
||||
def : T2Pat<(ARMWrapperJT tjumptable:$dst), (t2LEApcrelJT tjumptable:$dst)>;
|
||||
|
||||
// Pseudo instruction that combines ldr from constpool and add pc. This should
|
||||
// be expanded into two instructions late to allow if-conversion and
|
||||
|
Loading…
x
Reference in New Issue
Block a user