diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-10-13 23:34:31 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-10-13 23:34:31 +0000 |
| commit | 2bb253820d01f955c1bac57db217ca153cbdbe90 (patch) | |
| tree | 00296875fbed435fa189fc85672a09240b8e5cf3 /lib/Target/ARM/ARMInstrThumb2.td | |
| parent | 75954c8db8c6ddeaadedce4d7429115f77c69b8a (diff) | |
| download | external_llvm-2bb253820d01f955c1bac57db217ca153cbdbe90.zip external_llvm-2bb253820d01f955c1bac57db217ca153cbdbe90.tar.gz external_llvm-2bb253820d01f955c1bac57db217ca153cbdbe90.tar.bz2 | |
A few 80 column fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrThumb2.td')
| -rw-r--r-- | lib/Target/ARM/ARMInstrThumb2.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index b0acd12..25b9428 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -1207,7 +1207,7 @@ multiclass T2Ipl<bit instr, bit write, string opc> { let Inst{15-12} = 0b1111; } - def r : T2I<(outs), (ins GPR:$base, GPR:$a), IIC_iLoad_i, opc, + def r : T2I<(outs), (ins GPR:$base, GPR:$a), IIC_iLoad_i, opc, "\t[$base, $a]", []> { let Inst{31-25} = 0b1111100; let Inst{24} = instr; @@ -1220,7 +1220,7 @@ multiclass T2Ipl<bit instr, bit write, string opc> { let Inst{5-4} = 0b00; // no shift is applied } - def s : T2I<(outs), (ins GPR:$base, GPR:$a, i32imm:$shamt), IIC_iLoad_i, opc, + def s : T2I<(outs), (ins GPR:$base, GPR:$a, i32imm:$shamt), IIC_iLoad_i, opc, "\t[$base, $a, lsl $shamt]", []> { let Inst{31-25} = 0b1111100; let Inst{24} = instr; |
