summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-20 18:12:54 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-20 18:12:54 +0000
commitd8b3ed8f25c1ba76a6db875cd2d6eaa016bd4646 (patch)
tree19529b0b4a14f7a62b38e637ae67500339f51a9d /lib/Target/ARM/ARMInstrFormats.td
parent7605b29e27723e3d702cf9dc7fc7e3b60d2405a5 (diff)
downloadllvm-d8b3ed8f25c1ba76a6db875cd2d6eaa016bd4646.tar.gz
llvm-d8b3ed8f25c1ba76a6db875cd2d6eaa016bd4646.tar.bz2
llvm-d8b3ed8f25c1ba76a6db875cd2d6eaa016bd4646.tar.xz
ARM: Update NEON assembly two-operand aliases.
Use the new TwoOperandAliasConstraint to handle lots of the two-operand aliases for NEON instructions. There's still more to go, but this is a good chunk of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index f04926aace..3af0d3fc32 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -1862,7 +1862,6 @@ class N3V<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6, bit op4,
string opc, string dt, string asm, string cstr, list<dag> pattern>
: N3VCommon<op24, op23, op21_20, op11_8, op6, op4,
oops, iops, f, itin, opc, dt, asm, cstr, pattern> {
-
// Instruction operands.
bits<5> Vd;
bits<5> Vn;