summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-09-26 21:06:22 +0000
committerOwen Anderson <resistor@mac.com>2011-09-26 21:06:22 +0000
commit0afa0094afdfe589f407feb76948f273b414b278 (patch)
treedcc693d8abcbd0897ad5600232a3ced34d1ee48e /utils
parentad2d46d0a5a3e8593a2754b618acd6e9cfe39453 (diff)
downloadllvm-0afa0094afdfe589f407feb76948f273b414b278.tar.gz
llvm-0afa0094afdfe589f407feb76948f273b414b278.tar.bz2
llvm-0afa0094afdfe589f407feb76948f273b414b278.tar.xz
ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp
index 9a0039f33b..e866487d25 100644
--- a/utils/TableGen/EDEmitter.cpp
+++ b/utils/TableGen/EDEmitter.cpp
@@ -610,6 +610,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
IMM("t_adrlabel");
IMM("t2adrlabel");
IMM("shift_imm");
+ IMM("t2_shift_imm");
IMM("neon_vcvt_imm32");
IMM("shr_imm8");
IMM("shr_imm16");