Author: edelsohn
Branch: ppc-backend-2
Changeset: r55251:30c15891224d
Date: 2012-05-31 11:26 -0400
http://bitbucket.org/pypy/pypy/changeset/30c15891224d/

Log:    Delete FP result register copy in emit_guard_call_assembler Path B.

diff --git a/pypy/jit/backend/ppc/opassembler.py 
b/pypy/jit/backend/ppc/opassembler.py
--- a/pypy/jit/backend/ppc/opassembler.py
+++ b/pypy/jit/backend/ppc/opassembler.py
@@ -1209,8 +1209,6 @@
             # result of previous call is in r3
             self.mov_loc_loc(arglocs[0], r.r4)
             self.mc.call(asm_helper_adr)
-            if op.result and resloc.is_fp_reg():
-                assert 0, "not implemented yet"
 
         # merge point
         currpos = self.mc.currpos()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to