Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r56752:aa11b73ad936
Date: 2012-08-18 10:09 +0200
http://bitbucket.org/pypy/pypy/changeset/aa11b73ad936/

Log:    remove emit_op_getinteriorfield_raw

diff --git a/pypy/jit/backend/arm/opassembler.py 
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -811,7 +811,6 @@
             assert 0
 
         return fcond
-    emit_op_getinteriorfield_raw = emit_op_getinteriorfield_gc
 
     def emit_op_setinteriorfield_gc(self, op, arglocs, regalloc, fcond):
         (base_loc, index_loc, value_loc,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to