Skip to content

Commit d890f94

Browse files
committed
Address review comments
1 parent b241a99 commit d890f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/update_test_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def main():
365365
help="Check global entries (global variables, metadata, attribute sets, ...) for functions",
366366
)
367367
parser.add_argument(
368-
"--check-inst_comments",
368+
"--check-inst-comments",
369369
action="store_true",
370370
default=False,
371371
help="Check the generated comments describing instructions (e.g., -print-predicate-info/print<memssa>)",

0 commit comments

Comments
 (0)