summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/EDEmitter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-06 06:36:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-06 06:36:08 +0000
commit31cdcd46d6ce7a719d9dcf6348c873a346d7465e (patch)
tree9ef85a82e6ee62c393ee606c00a724aaca1d223b /llvm/utils/TableGen/EDEmitter.cpp
parent44456d294c827525c9f23a1c5dafa213c656ddfe (diff)
downloadbcm5719-llvm-31cdcd46d6ce7a719d9dcf6348c873a346d7465e.tar.gz
bcm5719-llvm-31cdcd46d6ce7a719d9dcf6348c873a346d7465e.zip
Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coalescer bug that's fixed by 103170.
llvm-svn: 103172
Diffstat (limited to 'llvm/utils/TableGen/EDEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/EDEmitter.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp
index d3bf60e1c8c..dd0924f99cb 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -575,10 +575,11 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
REG("s_cc_out");
REG("tGPR");
REG("DPR");
- REG("SPR");
- REG("QPR");
REG("DPR_VFP2");
REG("DPR_8");
+ REG("SPR");
+ REG("QPR");
+ REG("QQPR");
IMM("i32imm");
IMM("bf_inv_mask_imm");
OpenPOWER on IntegriCloud