Skip to content

Commit 381d594

Browse files
committed
Remove getPhysRegInputs as no uses left
1 parent 0452bd0 commit 381d594

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,10 +1809,6 @@ class InstructionMatcher final : public PredicateListMatcher<PredicateMatcher> {
18091809
OperandMatcher &addPhysRegInput(const Record *Reg, unsigned OpIdx,
18101810
unsigned TempOpIdx);
18111811

1812-
ArrayRef<std::pair<const Record *, unsigned>> getPhysRegInputs() const {
1813-
return PhysRegInputs;
1814-
}
1815-
18161812
StringRef getSymbolicName() const { return SymbolicName; }
18171813

18181814
unsigned getNumOperandMatchers() const { return Operands.size(); }

0 commit comments

Comments
 (0)