commit | 042619f97d1060841eb196f3f6c113358de8c1fe | [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 | c44a6ff005cef85ca6578e7c948eb08659f2d9f7 | |
parent | 1c49954b513cc2c8057968d1352131776dafdefa [diff] [blame] |
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
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp index 59a765d..37fb6ad 100644 --- a/llvm/utils/TableGen/EDEmitter.cpp +++ b/llvm/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");