[pypy-commit] pypy llvm-translation-backend: oops

Manuel Jacob noreply at buildbot.pypy.org
Mon Jul 7 07:38:36 CEST 2014


Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r72375:f878b24a4a5e
Date: 2014-07-07 07:19 +0200
http://bitbucket.org/pypy/pypy/changeset/f878b24a4a5e/

Log:	oops

diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py
--- a/rpython/translator/llvm/genllvm.py
+++ b/rpython/translator/llvm/genllvm.py
@@ -365,7 +365,7 @@
         self.refs = {None: 'null'}
 
     @classmethod
-    def to(cls, to):
+    def tmp(cls, to):
         # call __new__ to prevent __init__ from being called
         self = cls.__new__(cls)
         self.to = to


More information about the pypy-commit mailing list