forked from M-Labs/artiq
Minor cleanup
This commit is contained in:
parent
6072f0c42f
commit
10db450098
|
@ -48,8 +48,6 @@ def _interleave_timelines(timelines):
|
||||||
|
|
||||||
while current_stmts:
|
while current_stmts:
|
||||||
dt = min(stmt.delay for stmt in 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:
|
if dt < 0:
|
||||||
# contains statement(s) with indeterminate duration
|
# contains statement(s) with indeterminate duration
|
||||||
return None
|
return None
|
||||||
|
|
|
@ -381,7 +381,7 @@ index 8f260f0..1771bce 100644
|
||||||
namespace {
|
namespace {
|
||||||
/// OR1K Code Generator Pass Configuration Options.
|
/// 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):
|
if llvm.version <= (3, 3):
|
||||||
OPCODE_ICMP = 45
|
OPCODE_ICMP = 45
|
||||||
|
|
Loading…
Reference in New Issue