diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-06-24 23:14:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-06-24 23:14:45 +0000 |
commit | 023dd3fb0b2ea3ffd26b672829e4806a9b892b81 (patch) | |
tree | 0199ef068fc1f62739dc276dc75d07b4ad77a24b | |
parent | d5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0 (diff) |
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74138 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 7003a6587a..affa5e09c3 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -535,7 +535,8 @@ def LEApcrel : AXI1<0x0, (outs GPR:$dst), (ins i32imm:$label, pred:$p), Pseudo, "add$p $dst, pc, #PCRELV${:uid}")), []>; -def LEApcrelJT : AXI1<0x0, (outs GPR:$dst), (ins i32imm:$label, i32imm:$id, pred:$p), +def LEApcrelJT : AXI1<0x0, (outs GPR:$dst), + (ins i32imm:$label, i32imm:$id, pred:$p), Pseudo, !strconcat(!strconcat(".set PCRELV${:uid}, (${label}_${id:no_hash}-(", "${:private}PCRELL${:uid}+8))\n"), |