mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +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.
|
||||
output_lines.append(comment_marker)
|
||||
break
|
||||
return output_lines
|
||||
|
@ -146,7 +146,7 @@ def main():
|
||||
continue
|
||||
|
||||
# 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
|
||||
|
||||
if is_in_function:
|
||||
|
Loading…
Reference in New Issue
Block a user