Author: Armin Rigo <[email protected]>
Branch: ppc-updated-backend
Changeset: r80262:373e67dd241e
Date: 2015-10-16 11:23 +0200
http://bitbucket.org/pypy/pypy/changeset/373e67dd241e/

Log:    cancel a change by mistake

diff --git a/rpython/jit/backend/arm/regalloc.py 
b/rpython/jit/backend/arm/regalloc.py
--- a/rpython/jit/backend/arm/regalloc.py
+++ b/rpython/jit/backend/arm/regalloc.py
@@ -41,7 +41,7 @@
 from rpython.jit.backend.llsupport.descr import CallDescr
 
 
-class TempInt(TempBox):
+class TempInt(TempVar):
     type = INT
 
     def __repr__(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to