summaryrefslogtreecommitdiff
path: root/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
commitde0250728b1a9e69ca593168f1ea2ecef8e9bf95 (patch)
treef85c402a59dd66e204a3472a720ed07c926d9d28 /utils/TableGen/CodeGenRegisters.h
parent59f45e4610e64b88bcee4cd46816ef64e815ff7e (diff)
downloadllvm-de0250728b1a9e69ca593168f1ea2ecef8e9bf95.tar.gz
llvm-de0250728b1a9e69ca593168f1ea2ecef8e9bf95.tar.bz2
llvm-de0250728b1a9e69ca593168f1ea2ecef8e9bf95.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenRegisters.h')
-rw-r--r--utils/TableGen/CodeGenRegisters.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/CodeGenRegisters.h b/utils/TableGen/CodeGenRegisters.h
index 827063e470..72b6196038 100644
--- a/utils/TableGen/CodeGenRegisters.h
+++ b/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; }