From 10db450098ffe31370588a04258f560241a50bd1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 4 Jul 2014 17:50:35 +0200 Subject: [PATCH] Minor cleanup --- artiq/compiler/interleave.py | 2 -- llvm_or1k_setup.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/artiq/compiler/interleave.py b/artiq/compiler/interleave.py index eac041a14..a71790d47 100644 --- a/artiq/compiler/interleave.py +++ b/artiq/compiler/interleave.py @@ -48,8 +48,6 @@ def _interleave_timelines(timelines): while current_stmts: dt = min(stmt.delay for stmt in current_stmts) - print("\n".join("{} -> {}".format(ast.dump(stmt.stmt), stmt.delay) for stmt in current_stmts)) - print("") if dt < 0: # contains statement(s) with indeterminate duration return None diff --git a/llvm_or1k_setup.txt b/llvm_or1k_setup.txt index 528886c95..315890b3c 100644 --- a/llvm_or1k_setup.txt +++ b/llvm_or1k_setup.txt @@ -381,7 +381,7 @@ index 8f260f0..1771bce 100644 namespace { /// OR1K Code Generator Pass Configuration Options. -In llvmpy, edit core.h and replace line 177: +In llvmpy, edit core.py and replace line 177: if llvm.version <= (3, 3): OPCODE_ICMP = 45