[pypy-svn] r78042 - pypy/branch/rsre-jit/pypy/jit/codewriter

arigo at codespeak.net arigo at codespeak.net
Mon Oct 18 15:43:33 CEST 2010


Author: arigo
Date: Mon Oct 18 15:43:31 2010
New Revision: 78042

Modified:
   pypy/branch/rsre-jit/pypy/jit/codewriter/support.py
Log:
Fix comment.


Modified: pypy/branch/rsre-jit/pypy/jit/codewriter/support.py
==============================================================================
--- pypy/branch/rsre-jit/pypy/jit/codewriter/support.py	(original)
+++ pypy/branch/rsre-jit/pypy/jit/codewriter/support.py	Mon Oct 18 15:43:31 2010
@@ -60,7 +60,7 @@
     return rtyper.annotator.translator.graphs[0]
 
 def split_before_jit_merge_point(graph, portalblock, portalopindex):
-    """Find the block with 'jit_merge_point' and split just before,
+    """Split the block just before the 'jit_merge_point',
     making sure the input args are in the canonical order.
     """
     # split the block just before the jit_merge_point()



More information about the Pypy-commit mailing list