Skip to content

Commit f871466

Browse files
authored
[TableGen] Remove last remnant of CompositeIndices (llvm#142960)
The rest of the support was removed in 2012 by: 5995936 "Remove support for 'CompositeIndices' and sub-register cycles."
1 parent 680463b commit f871466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/Common/CodeGenRegisters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ struct TupleExpander : SetTheory::Expander {
703703
RV.setValue(BitInit::get(RK, true));
704704

705705
// Copy fields from the RegisterTuples def.
706-
if (Field == "SubRegIndices" || Field == "CompositeIndices") {
706+
if (Field == "SubRegIndices") {
707707
NewReg->addValue(*Def->getValue(Field));
708708
continue;
709709
}

0 commit comments

Comments
 (0)