Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r50601:a6fd97f41c91
Date: 2011-12-16 12:10 +0200
http://bitbucket.org/pypy/pypy/changeset/a6fd97f41c91/
Log: I'm sure this is not very intentional
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -771,4 +771,3 @@
v_cls = hop.inputarg(classrepr, arg=1)
return hop.genop('jit_record_known_class', [v_inst, v_cls],
resulttype=lltype.Void)
->>>>>>> other
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit