diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-04-05 09:30:42 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-04-05 09:30:42 +0000 |
commit | abba04886e1443af1993d80002f0d50945292684 (patch) | |
tree | c56dafd6a72183585c13394add574dd8472d6d67 /llvm/utils/UpdateTestChecks/common.py | |
parent | 47acf31e676cd13b4f2c0d250baee88afabf3073 (diff) | |
download | bcm5719-llvm-abba04886e1443af1993d80002f0d50945292684.tar.gz bcm5719-llvm-abba04886e1443af1993d80002f0d50945292684.zip |
[UpdateTestChecks] Remove unnecessary return from add_ir_checks
llvm-svn: 329262
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
-rw-r--r-- | llvm/utils/UpdateTestChecks/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/UpdateTestChecks/common.py b/llvm/utils/UpdateTestChecks/common.py index 6fb5eef5763..10dade6c50a 100644 --- a/llvm/utils/UpdateTestChecks/common.py +++ b/llvm/utils/UpdateTestChecks/common.py @@ -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 |