summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateTestChecks/common.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-05 09:30:42 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-05 09:30:42 +0000
commitabba04886e1443af1993d80002f0d50945292684 (patch)
treec56dafd6a72183585c13394add574dd8472d6d67 /llvm/utils/UpdateTestChecks/common.py
parent47acf31e676cd13b4f2c0d250baee88afabf3073 (diff)
downloadbcm5719-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.py1
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
OpenPOWER on IntegriCloud