summaryrefslogtreecommitdiff
path: root/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
commit51c9805c4bcca635bc6a854e4a246ebd4258f512 (patch)
tree55ded190997f1ab6fc7be202c28c2b5ba8c444c2 /utils
parent18deb04e9c4285719972d10e92605e28f074614c (diff)
downloadllvm-51c9805c4bcca635bc6a854e4a246ebd4258f512.tar.gz
llvm-51c9805c4bcca635bc6a854e4a246ebd4258f512.tar.bz2
llvm-51c9805c4bcca635bc6a854e4a246ebd4258f512.tar.xz
Create a new register class for the set of all GPRs except the PC. Use it to tighten our decoding of BFI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137168 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 59a765d5ba..37fb6adf50 100644
--- a/utils/TableGen/EDEmitter.cpp
+++ b/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");