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 5f9b9fc commit 79f97b6Copy full SHA for 79f97b6
llvm/utils/UpdateTestChecks/common.py
@@ -1910,7 +1910,7 @@ def escape_braces(match_obj):
1910
if ignore_all_comments:
1911
# Ignore any comments, since the check lines will too.
1912
scrubbed_line = SCRUB_IR_COMMENT_RE.sub(r"", line)
1913
- else:
+ else:
1914
# Ignore comments of predecessors only.
1915
scrubbed_line = SCRUB_PRED_COMMENT_RE.sub(r"", line)
1916
# Ignore the metadata details if check global is none
0 commit comments