Skip to content

Commit 0452bd0

Browse files
committed
From MapVector to SmallMapVector
1 parent 0597273 commit 0452bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ class RuleMatcher : public Matcher {
493493
/// the renderers.
494494
StringMap<OperandMatcher *> DefinedOperands;
495495

496-
using PhysRegOperandsTy = MapVector<const Record *, OperandMatcher *>;
496+
using PhysRegOperandsTy = SmallMapVector<const Record *, OperandMatcher *, 1>;
497497

498498
/// A map of anonymous physical register operands defined by the matchers that
499499
/// may be referenced by the renderers.

0 commit comments

Comments
 (0)