|
@@ -110,7 +110,7 @@ class ModelverseJit(object):
|
|
|
"""Registers an intrinsic with the JIT that represents the given unary operation."""
|
|
|
self.register_intrinsic(name, lambda val: tree_ir.CreateNodeWithValueInstruction(
|
|
|
tree_ir.UnaryInstruction(
|
|
|
- operator,
|
|
|
+ operator,
|
|
|
tree_ir.ReadValueInstruction(val))))
|
|
|
|
|
|
def jit_parameters(self, body_id):
|