diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-15 23:31:24 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-15 23:31:24 +0000 |
commit | dc3813750e4400a02099b047c3ebe5a182585ac3 (patch) | |
tree | fff6bf7ff857f84ae0ef3802a61f171dea539501 /lib | |
parent | ae6be764f9e3133932e61b779940106d8488a825 (diff) | |
download | external_llvm-dc3813750e4400a02099b047c3ebe5a182585ac3.zip external_llvm-dc3813750e4400a02099b047c3ebe5a182585ac3.tar.gz external_llvm-dc3813750e4400a02099b047c3ebe5a182585ac3.tar.bz2 |
Whitespace cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMInstrThumb.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td index 965d3be..58c2034 100644 --- a/lib/Target/ARM/ARMInstrThumb.td +++ b/lib/Target/ARM/ARMInstrThumb.td @@ -679,8 +679,8 @@ def tLDRSH : // A8.6.84 let canFoldAsLoad = 1 in def tLDRspi : T1pIs<(outs tGPR:$Rt), (ins t_addrmode_sp:$addr), IIC_iLoad_i, - "ldr", "\t$Rt, $addr", - [(set tGPR:$Rt, (load t_addrmode_sp:$addr))]>, + "ldr", "\t$Rt, $addr", + [(set tGPR:$Rt, (load t_addrmode_sp:$addr))]>, T1LdStSP<{1,?,?}> { bits<3> Rt; bits<8> addr; @@ -693,7 +693,7 @@ def tLDRspi : T1pIs<(outs tGPR:$Rt), (ins t_addrmode_sp:$addr), IIC_iLoad_i, let canFoldAsLoad = 1, mayLoad = 1, neverHasSideEffects = 1 in // FIXME: Pseudo for tLDRspi def tRestore : T1pIs<(outs tGPR:$dst), (ins t_addrmode_sp:$addr), IIC_iLoad_i, - "ldr", "\t$dst, $addr", []>, + "ldr", "\t$dst, $addr", []>, T1LdStSP<{1,?,?}>; // Load tconstpool |