summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-08-01 20:33:02 +0000
committerJim Grosbach <grosbach@apple.com>2012-08-01 20:33:02 +0000
commit046eea5247b62c9c8b230800d224c0be48fd75e0 (patch)
tree029576314f2936588637909d95ceb293f2832b4d /lib/Target/ARM/ARMInstrInfo.td
parent2769028ab4732ce6083a71c67dc19b8901f55d5a (diff)
downloadllvm-046eea5247b62c9c8b230800d224c0be48fd75e0.tar.gz
llvm-046eea5247b62c9c8b230800d224c0be48fd75e0.tar.bz2
llvm-046eea5247b62c9c8b230800d224c0be48fd75e0.tar.xz
Clean up formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.td')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 1b8fc3f9b0..eef9593d63 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -4068,11 +4068,8 @@ def ISB : AInoP<(outs), (ins memb_opt:$opt), MiscFrm, NoItinerary,
// Pseudo instruction that combines movs + predicated rsbmi
// to implement integer ABS
-let usesCustomInserter = 1, Defs = [CPSR] in {
-def ABS : ARMPseudoInst<
- (outs GPR:$dst), (ins GPR:$src),
- 8, NoItinerary, []>;
-}
+let usesCustomInserter = 1, Defs = [CPSR] in
+def ABS : ARMPseudoInst<(outs GPR:$dst), (ins GPR:$src), 8, NoItinerary, []>;
let usesCustomInserter = 1 in {
let Defs = [CPSR] in {