mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[NFC] Remove spurious ';' on return line in python code
This commit is contained in:
parent
2b032e463e
commit
8e7a42d250
@ -396,7 +396,7 @@ def get_idx_from_ir_value_match(match):
|
||||
if match.group(i) is not None:
|
||||
return i - first_nameless_group_in_ir_value_match
|
||||
error("Unable to identify the kind of IR value from the match!")
|
||||
return 0;
|
||||
return 0
|
||||
|
||||
# See get_idx_from_ir_value_match
|
||||
def get_name_from_ir_value_match(match):
|
||||
|
Loading…
Reference in New Issue
Block a user