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 8a486f7 commit 596ccd6Copy full SHA for 596ccd6
llvm/test/TableGen/directive1.td
@@ -356,8 +356,8 @@ def TDL_DirA : Directive<[Spelling<"dira">]> {
356
// IMPL-NEXT: return "clauseb";
357
// IMPL-NEXT: case TDLC_clausec: {
358
// IMPL-NEXT: static const llvm::directive::Spelling TDLC_clausec_spellings[] = {
359
-// IMPL-NEXT: {"clausec", {1, 2147483647}},
360
-// IMPL-NEXT: {"ccccccc", {1, 2147483647}},
+// IMPL-NEXT: {"clausec", {0, 2147483647}},
+// IMPL-NEXT: {"ccccccc", {0, 2147483647}},
361
// IMPL-NEXT: };
362
// IMPL-NEXT: return llvm::directive::FindName(TDLC_clausec_spellings, Version);
363
// IMPL-NEXT: }
0 commit comments