commit | 51c9805c4bcca635bc6a854e4a246ebd4258f512 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Tue Aug 09 22:48:45 2011 +0000 |
committer | Owen Anderson <resistor@mac.com> | Tue Aug 09 22:48:45 2011 +0000 |
tree | 55ded190997f1ab6fc7be202c28c2b5ba8c444c2 | |
parent | 18deb04e9c4285719972d10e92605e28f074614c [diff] [blame] |
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
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index 59a765d..37fb6ad 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp
@@ -555,6 +555,7 @@ const std::string &name) { REG("GPR"); REG("rGPR"); + REG("GPRnopc"); REG("tcGPR"); REG("cc_out"); REG("s_cc_out");