summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenRegisters.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-09-11 16:34:05 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-09-11 16:34:05 +0000
commitdd40fda52d1a355d3c5cf366a32b5e8d938b43d7 (patch)
tree4422926e565ef969364e35ea934d9bd48ca5976c /llvm/utils/TableGen/CodeGenRegisters.h
parent21e2f1c6e53fa55520e4c80da04775c22248a9de (diff)
downloadbcm5719-llvm-dd40fda52d1a355d3c5cf366a32b5e8d938b43d7.tar.gz
bcm5719-llvm-dd40fda52d1a355d3c5cf366a32b5e8d938b43d7.zip
Clean the sub-reg index composition maps at emission.
Preserve the Composites map in the CodeGenSubRegIndex class so it can be used to determine which sub-register indices can actually be composed. llvm-svn: 163629
Diffstat (limited to 'llvm/utils/TableGen/CodeGenRegisters.h')
-rw-r--r--llvm/utils/TableGen/CodeGenRegisters.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/CodeGenRegisters.h b/llvm/utils/TableGen/CodeGenRegisters.h
index 827063e4701..72b6196038f 100644
--- a/llvm/utils/TableGen/CodeGenRegisters.h
+++ b/llvm/utils/TableGen/CodeGenRegisters.h
@@ -80,9 +80,6 @@ namespace llvm {
// Update the composite maps of components specified in 'ComposedOf'.
void updateComponents(CodeGenRegBank&);
- // Clean out redundant composite mappings.
- void cleanComposites();
-
// Return the map of composites.
const CompMap &getComposites() const { return Composed; }
OpenPOWER on IntegriCloud