Author: Armin Rigo <[email protected]>
Branch: release-2.0-beta2
Changeset: r59067:be27c863b439
Date: 2012-11-19 10:02 +0100
http://bitbucket.org/pypy/pypy/changeset/be27c863b439/
Log: untabbify.
diff --git a/pypy/jit/backend/arm/opassembler.py
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -1453,7 +1453,7 @@
assert res.is_reg()
self.mc.VCVT_f64_f32(r.vfp_ip.value, arg.value)
self.mc.VMOV_rc(res.value, r.ip.value, r.vfp_ip.value)
- return fcond
+ return fcond
def emit_op_cast_singlefloat_to_float(self, op, arglocs, regalloc, fcond):
arg, res = arglocs
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit