summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-11-30 01:09:44 +0000
committerJim Grosbach <grosbach@apple.com>2011-11-30 01:09:44 +0000
commitcd6f5e757c9bf4ddcb5e1f21fdadd75978e6f021 (patch)
treeb871ec3f239dd9668715d80e0cce9f600e427d8a /llvm/utils/TableGen
parent019b76f5fd166e0ee07341d509c66ea09a8e7e56 (diff)
downloadbcm5719-llvm-cd6f5e757c9bf4ddcb5e1f21fdadd75978e6f021.tar.gz
bcm5719-llvm-cd6f5e757c9bf4ddcb5e1f21fdadd75978e6f021.zip
ARM parsing aliases for VLD1 single register all lanes.
llvm-svn: 145464
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp
index 1953dadbdce..0a7e2513338 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -576,6 +576,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
REG("VecListThreeD");
REG("VecListFourD");
REG("VecListTwoQ");
+ REG("VecListOneDAllLanes");
IMM("i32imm");
IMM("i32imm_hilo16");
OpenPOWER on IntegriCloud