Skip to content

Commit 0c35cb3

Browse files
committed
fix test type
1 parent 56a9158 commit 0c35cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/MacroFusion.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let Namespace = "Test" in {
3434
def Inst0 : TestInst<0>;
3535
def Inst1 : TestInst<1>;
3636
let isCommutable = true in
37-
def Inst2 : TestInst<1>;
37+
def Inst2 : TestInst<2>;
3838

3939
def BothFusionPredicate: BothFusionPredicateWithMCInstPredicate<CheckRegOperand<0, X0>>;
4040
def TestBothFusionPredicate: Fusion<"test-both-fusion-predicate", "HasBothFusionPredicate",

0 commit comments

Comments
 (0)