Author: Armin Rigo <[email protected]>
Branch:
Changeset: r58994:cf80374394f8
Date: 2012-11-19 10:02 +0100
http://bitbucket.org/pypy/pypy/changeset/cf80374394f8/
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