Skip to content

Commit 2798560

Browse files
committed
One more missing ;
1 parent 328f1f3 commit 2798560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/AsmPredicateCombining.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def AsmPred4 : Predicate<"Pred4">, AssemblerPredicate<(all_of AsmCond4, (not (an
6363
// MATCHER-NEXT: Features.set(Feature_AsmPred4Bit);
6464

6565
def insn1 : TestInsn<1, [AsmPred1]>;
66-
// DISASS: return FB[arch::AsmCond1]
66+
// DISASS: return FB[arch::AsmCond1];
6767

6868
def insn2 : TestInsn<2, [AsmPred2]>;
6969
// DISASS: return FB[arch::AsmCond2a] && FB[arch::AsmCond2b];

0 commit comments

Comments
 (0)