Skip to content

Commit

Permalink
Commit missing parts of 4e5d752.
Browse files Browse the repository at this point in the history
whitequark committed May 9, 2016
1 parent 4e5d752 commit 6d29e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/transforms/llvm_ir_generator.py
Original file line number Diff line number Diff line change
@@ -1399,7 +1399,7 @@ def _quote(self, value, typ, path):
# RPC and C functions have no runtime representation.
return ll.Constant(llty, ll.Undefined)
elif types.is_function(typ):
llfun = self.get_function(typ, self.function_map[value])
llfun = self.get_function(typ.find(), self.function_map[value])
llclosure = ll.Constant(self.llty_of_type(typ), [
ll.Constant(llptr, ll.Undefined),
llfun

0 comments on commit 6d29e76

Please sign in to comment.