summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetRegisterInfo.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-25 23:43:18 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-25 23:43:18 +0000
commit66c939a2ca5d5f6176ccd014f3a946a814b87d12 (patch)
treeb8adb664ad8ded7b925787883770bb163dd2151e /llvm/lib/Target/TargetRegisterInfo.cpp
parent9fc11706e3af19f3e1897c4a20690f054de477ef (diff)
downloadbcm5719-llvm-66c939a2ca5d5f6176ccd014f3a946a814b87d12.tar.gz
bcm5719-llvm-66c939a2ca5d5f6176ccd014f3a946a814b87d12.zip
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
llvm-svn: 104650
Diffstat (limited to 'llvm/lib/Target/TargetRegisterInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetRegisterInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetRegisterInfo.cpp b/llvm/lib/Target/TargetRegisterInfo.cpp
index ec2248a6b84..dcc5f610e6d 100644
--- a/llvm/lib/Target/TargetRegisterInfo.cpp
+++ b/llvm/lib/Target/TargetRegisterInfo.cpp
@@ -25,10 +25,8 @@ TargetRegisterInfo::TargetRegisterInfo(const TargetRegisterDesc *D, unsigned NR,
const char *const *subregindexnames,
int CFSO, int CFDO,
const unsigned* subregs, const unsigned subregsize,
- const unsigned* superregs, const unsigned superregsize,
const unsigned* aliases, const unsigned aliasessize)
: SubregHash(subregs), SubregHashSize(subregsize),
- SuperregHash(superregs), SuperregHashSize(superregsize),
AliasesHash(aliases), AliasesHashSize(aliasessize),
Desc(D), SubRegIndexNames(subregindexnames), NumRegs(NR),
RegClassBegin(RCB), RegClassEnd(RCE) {
OpenPOWER on IntegriCloud