summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-05 21:43:40 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-05 21:43:40 +0000
commite5307f9019e12c65b3e721d5c7f64a38dc1932fd (patch)
tree09818092a6a00e8057c0cf94099b5435860450e1 /llvm/utils/TableGen
parent6290557872ca8875d93d48307a45c7173e94ca74 (diff)
downloadbcm5719-llvm-e5307f9019e12c65b3e721d5c7f64a38dc1932fd.tar.gz
bcm5719-llvm-e5307f9019e12c65b3e721d5c7f64a38dc1932fd.zip
ARM Refactor VLD/VST spaced pair instructions.
Use the new composite physical registers. llvm-svn: 152063
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/EDEmitter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp
index 5c330b0a93c..70d07bc9911 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -574,11 +574,10 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
REG("QQPR");
REG("QQQQPR");
REG("VecListOneD");
- REG("VecListTwoD");
REG("VecListDPair");
+ REG("VecListDPairSpaced");
REG("VecListThreeD");
REG("VecListFourD");
- REG("VecListTwoQ");
REG("VecListOneDAllLanes");
REG("VecListTwoDAllLanes");
REG("VecListTwoQAllLanes");
OpenPOWER on IntegriCloud