Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: record-known-result
Changeset: r97841:010c6d000930
Date: 2019-10-18 13:52 +0200
http://bitbucket.org/pypy/pypy/changeset/010c6d000930/
Log: missing canrun=True
diff --git a/rpython/rtyper/lltypesystem/lloperation.py
b/rpython/rtyper/lltypesystem/lloperation.py
--- a/rpython/rtyper/lltypesystem/lloperation.py
+++ b/rpython/rtyper/lltypesystem/lloperation.py
@@ -473,7 +473,7 @@
'gc_get_type_info_group': LLOp(sideeffects=False),
'll_read_timestamp': LLOp(revdb_protect=True, canrun=True),
'll_get_timestamp_unit': LLOp(revdb_protect=True, canrun=True),
- 'jit_record_known_result': LLOp(),
+ 'jit_record_known_result': LLOp(canrun=True),
# __________ GC operations __________
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit