]> granicus.if.org Git - clang/commitdiff
Remove stray semi-colon in *.py file, NFC
authorVedant Kumar <vsk@apple.com>
Tue, 14 Jun 2016 01:14:50 +0000 (01:14 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 14 Jun 2016 01:14:50 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272610 91177308-0d34-0410-b5e6-96231b3b80d8

utils/perf-training/perf-helper.py

index cbc31319f0cc1c3e4dcae1c35bd6f8b64d8f3c15..8210bb814093b63832b73699e78dbc2115db6177 100644 (file)
@@ -157,7 +157,7 @@ def cc1(args):
   cc1_cmd = get_cc1_command_for_args(cmd, cc1_env)
 
   subprocess.check_call(cc1_cmd)
-  return 0;
+  return 0
 
 def parse_dtrace_symbol_file(path, all_symbols, all_symbols_set,
                              missing_symbols, opts):