2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

py2llvm: support pass statements

This commit is contained in:
Sebastien Bourdeauducq 2014-09-13 16:16:15 +08:00
parent b207a3cef5
commit 3d440d5f15

View File

@ -271,3 +271,6 @@ class Visitor:
self.builder.ret_void()
else:
self.builder.ret(val.auto_load(self.builder))
def _visit_stmt_Pass(self, node):
pass