mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
[UpdateTestChecks] Remove unnecessary return from add_ir_checks
llvm-svn: 329262
This commit is contained in:
parent
9d7dd3b74c
commit
d257116a5e
@ -213,4 +213,3 @@ def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, func_nam
|
|||||||
# line of code in the test function.
|
# line of code in the test function.
|
||||||
output_lines.append(comment_marker)
|
output_lines.append(comment_marker)
|
||||||
break
|
break
|
||||||
return output_lines
|
|
||||||
|
@ -146,7 +146,7 @@ def main():
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
# Print out the various check lines here.
|
# Print out the various check lines here.
|
||||||
output_lines = common.add_ir_checks(output_lines, ';', prefix_list, func_dict, func_name)
|
common.add_ir_checks(output_lines, ';', prefix_list, func_dict, func_name)
|
||||||
is_in_function_start = False
|
is_in_function_start = False
|
||||||
|
|
||||||
if is_in_function:
|
if is_in_function:
|
||||||
|
Loading…
Reference in New Issue
Block a user