summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-09 22:48:45 +0000
committerOwen Anderson <resistor@mac.com>2011-08-09 22:48:45 +0000
commit042619f97d1060841eb196f3f6c113358de8c1fe (patch)
treec44a6ff005cef85ca6578e7c948eb08659f2d9f7 /llvm/utils
parent1c49954b513cc2c8057968d1352131776dafdefa (diff)
downloadbcm5719-llvm-042619f97d1060841eb196f3f6c113358de8c1fe.tar.gz
bcm5719-llvm-042619f97d1060841eb196f3f6c113358de8c1fe.zip
Create a new register class for the set of all GPRs except the PC. Use it to tighten our decoding of BFI.
llvm-svn: 137168
Diffstat (limited to 'llvm/utils')
-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 59a765d5ba0..37fb6adf50a 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -555,6 +555,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
const std::string &name) {
REG("GPR");
REG("rGPR");
+ REG("GPRnopc");
REG("tcGPR");
REG("cc_out");
REG("s_cc_out");
OpenPOWER on IntegriCloud