summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonRegisterInfo.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-02-22 01:15:08 +0000
committerAndrew Trick <atrick@apple.com>2013-02-22 01:15:08 +0000
commit667754e239538350c5bd8581772f414783ac71a2 (patch)
tree011b9b357e341b08c9ad56e4959610b1c8de181e /lib/Target/Hexagon/HexagonRegisterInfo.h
parent46e0d1d58c9c1f288cbf943e4c930efd1a2968af (diff)
downloadllvm-667754e239538350c5bd8581772f414783ac71a2.tar.gz
llvm-667754e239538350c5bd8581772f414783ac71a2.tar.bz2
llvm-667754e239538350c5bd8581772f414783ac71a2.tar.xz
Remove code copied from GenRegisterInfo.inc.
There's no apparent reason this code was copied from generated source into a .cpp. It sets a bad example for those working on other targets and trying to understand the register info API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonRegisterInfo.h')
-rw-r--r--lib/Target/Hexagon/HexagonRegisterInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/Hexagon/HexagonRegisterInfo.h b/lib/Target/Hexagon/HexagonRegisterInfo.h
index a1a438a028..8a3f94a3fd 100644
--- a/lib/Target/Hexagon/HexagonRegisterInfo.h
+++ b/lib/Target/Hexagon/HexagonRegisterInfo.h
@@ -84,11 +84,6 @@ struct HexagonRegisterInfo : public HexagonGenRegisterInfo {
// Exception handling queries.
unsigned getEHExceptionRegister() const;
unsigned getEHHandlerRegister() const;
- const RegClassWeight &getRegClassWeight(const TargetRegisterClass *RC) const;
- unsigned getNumRegPressureSets() const;
- const char *getRegPressureSetName(unsigned Idx) const;
- unsigned getRegPressureSetLimit(unsigned Idx) const;
- const int* getRegClassPressureSets(const TargetRegisterClass *RC) const;
};
} // end namespace llvm