summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-12-14 00:36:49 +0000
committerOwen Anderson <resistor@mac.com>2010-12-14 00:36:49 +0000
commita838a25d59838adfa91463f6a918ae3adeb352c1 (patch)
tree2993f422e346bd2efa6a917c95c6a2b55bfcaccf /utils
parent2d9220e8f5b45390d64e943fa4eef1562b87f04b (diff)
downloadllvm-a838a25d59838adfa91463f6a918ae3adeb352c1.tar.gz
llvm-a838a25d59838adfa91463f6a918ae3adeb352c1.tar.bz2
llvm-a838a25d59838adfa91463f6a918ae3adeb352c1.tar.xz
Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering much later, which makes the entire
process cleaner. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121735 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 dede4b0244..9c27515ec7 100644
--- a/utils/TableGen/EDEmitter.cpp
+++ b/utils/TableGen/EDEmitter.cpp
@@ -584,6 +584,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
IMM("t_imm_s4");
IMM("pclabel");
IMM("adrlabel");
+ IMM("t2adrlabel");
IMM("shift_imm");
IMM("neon_vcvt_imm32");