From dd40fda52d1a355d3c5cf366a32b5e8d938b43d7 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Tue, 11 Sep 2012 16:34:05 +0000 Subject: 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 --- llvm/utils/TableGen/CodeGenRegisters.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/utils/TableGen/CodeGenRegisters.h') 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; } -- cgit v1.2.3