Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r46437:abba043a76c1
Date: 2011-08-11 16:50 +0200
http://bitbucket.org/pypy/pypy/changeset/abba043a76c1/

Log:    Removed NOP from class PPCBuilder, it is implemented in
        ppc_assembler.py.

diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py 
b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
@@ -897,9 +897,6 @@
         self.load_word(10, addr)
         self.stw(source_reg, 10, 0)
 
-    def nop(self):
-        self.ori(0, 0, 0)
-
     # translate a trace operation to corresponding machine code
     def build_op(self, trace_op, cpu):
         opnum = trace_op.getopnum()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to