[pypy-svn] r53557 - pypy/branch/jit-hotpath/pypy/jit/rainbow/test

fijal at codespeak.net fijal at codespeak.net
Tue Apr 8 00:58:19 CEST 2008


Author: fijal
Date: Tue Apr  8 00:58:18 2008
New Revision: 53557

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py
Log:
this makes sense I suppose


Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py	Tue Apr  8 00:58:18 2008
@@ -145,8 +145,8 @@
             graph2 = t.graphs[0]
         else:
             graph2 = graphof(t, portal)
-            self.graph = graph2
-            self.maingraph = graphof(rtyper.annotator.translator, func)
+        self.graph = graph2
+        self.maingraph = graphof(rtyper.annotator.translator, func)
         writer = self.create_writer(t, hannotator, self.RGenOp)
         jitcode = writer.make_bytecode(graph2)
         # the bytecode writer can ask for llhelpers about lists and dicts



More information about the Pypy-commit mailing list