diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-19 21:14:37 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-19 21:14:37 +0000 |
commit | fc0cb4b90673eedfa36024bfee21ef6af3d50101 (patch) | |
tree | 9a42e3e5393a2519c63b2740f5108c7a02155e83 | |
parent | a962b40f0bcaee07296836e175112602c58e439f (diff) |
whitespace tweak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119843 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrFormats.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 0952e7271a..f9e5e002ca 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -493,7 +493,6 @@ class AI3ldstidx<bits<4> op, bit op20, bit isLd, bit isPre, dag oops, dag iops, let Inst{7-4} = op; } - // stores class AI3sth<dag oops, dag iops, Format f, InstrItinClass itin, string opc, string asm, list<dag> pattern> |