Skip to content

Commit 7c3b6e1

Browse files
Update AsmMatcherEmitter.cpp
1 parent b8dddb0 commit 7c3b6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/AsmMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ struct MatchableInfo {
678678
return false;
679679

680680
// The size of instruction is unambiguous.
681-
if (Target.getPreferSmallerInstructions() && ResInstSize != RHS.ResInstSize)
681+
if (getPreferSmallerInstructions(Target) && ResInstSize != RHS.ResInstSize)
682682
return false;
683683

684684
// The number of operands is unambiguous.

0 commit comments

Comments
 (0)