We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328f1f3 commit 2798560Copy full SHA for 2798560
llvm/test/TableGen/AsmPredicateCombining.td
@@ -63,7 +63,7 @@ def AsmPred4 : Predicate<"Pred4">, AssemblerPredicate<(all_of AsmCond4, (not (an
63
// MATCHER-NEXT: Features.set(Feature_AsmPred4Bit);
64
65
def insn1 : TestInsn<1, [AsmPred1]>;
66
-// DISASS: return FB[arch::AsmCond1]
+// DISASS: return FB[arch::AsmCond1];
67
68
def insn2 : TestInsn<2, [AsmPred2]>;
69
// DISASS: return FB[arch::AsmCond2a] && FB[arch::AsmCond2b];
0 commit comments