Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79530:dfdd1f103064
Date: 2015-09-08 11:34 +0200
http://bitbucket.org/pypy/pypy/changeset/dfdd1f103064/

Log:    fix metainterp tests

diff --git a/rpython/jit/backend/llgraph/runner.py 
b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/jit/backend/llgraph/runner.py
+++ b/rpython/jit/backend/llgraph/runner.py
@@ -89,6 +89,8 @@
     def get_result_type(self):
         return getkind(self.RESULT)[0]
 
+    get_normalized_result_type = get_result_type
+
 class TypeIDSymbolic(Symbolic):
     def __init__(self, STRUCT_OR_ARRAY):
         self.STRUCT_OR_ARRAY = STRUCT_OR_ARRAY
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to