2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

compiler: remove debug print.

This commit is contained in:
whitequark 2018-05-25 09:37:18 +00:00
parent da851d8b7b
commit db4d1878d3

View File

@ -38,7 +38,6 @@ class ConstantHoister:
insn.remove_from_parent()
entry.instructions.insert(index_in_entry, insn)
moved.add(insn)
print(insn)
for use in insn.uses:
worklist.add(use)