set 3.4 version of LLVM to alloy.py, perf.py correction

This commit is contained in:
Ilia Filippov
2014-02-13 15:14:04 +04:00
parent cc81cd3215
commit 54b991cfcb
2 changed files with 7 additions and 6 deletions

View File

@@ -533,7 +533,7 @@ def perf(options1, args):
A = print_answer(answer, target_number)
if options.ref != "":
print_debug("\n\nREFERENCE COMPILER:\n", s, perf_log)
B = print_answer(answer_ref)
B = print_answer(answer_ref, target_number)
# print perf report
compare(A,B)