Author: David Schneider <david.schnei...@picle.org>
Branch: armhf-singlefloat
Changeset: r67987:41afcae95cfd
Date: 2013-11-12 09:49 -0600
http://bitbucket.org/pypy/pypy/changeset/41afcae95cfd/

Log:    unused

diff --git a/rpython/jit/backend/arm/locations.py 
b/rpython/jit/backend/arm/locations.py
--- a/rpython/jit/backend/arm/locations.py
+++ b/rpython/jit/backend/arm/locations.py
@@ -55,10 +55,6 @@
     type = FLOAT
     width = 2 * WORD
 
-    def get_single_precision_regs(self):
-        return [VFPRegisterLocation(i) for i in
-                        [self.value * 2, self.value * 2 + 1]]
-
     def __repr__(self):
         return 'vfp%d' % self.value
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to