[pypy-svn] r36795 - pypy/dist/pypy/jit/codegen/ppc

mwh at codespeak.net mwh at codespeak.net
Tue Jan 16 12:36:39 CET 2007


Author: mwh
Date: Tue Jan 16 12:36:36 2007
New Revision: 36795

Modified:
   pypy/dist/pypy/jit/codegen/ppc/rgenop.py
Log:
fix detail in comment


Modified: pypy/dist/pypy/jit/codegen/ppc/rgenop.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/ppc/rgenop.py	(original)
+++ pypy/dist/pypy/jit/codegen/ppc/rgenop.py	Tue Jan 16 12:36:36 2007
@@ -766,7 +766,7 @@
         # (we can assume y >=0 though, i think)
         # here's the plan:
         #
-        # z = ngeu(x, 32) (as per cwg)
+        # z = ngeu(y, 32) (as per cwg)
         # w = x << y
         # r = w&z
         gv_a = self._arg_imm_op(gv_y, self.rgenop.genconst(32), _PPC.subfic)



More information about the Pypy-commit mailing list