Author: Alex Gaynor <[email protected]>
Branch: dynamic-specialized-tuple
Changeset: r53688:4a59443837e8
Date: 2012-03-15 10:11 -0700
http://bitbucket.org/pypy/pypy/changeset/4a59443837e8/
Log: whitespace
diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py
--- a/pypy/rlib/rerased_raw.py
+++ b/pypy/rlib/rerased_raw.py
@@ -260,7 +260,6 @@
def rtype_method_setfloat(self, hop):
v_value = hop.inputarg(lltype.Float, arg=2)
-
v_addr = hop.genop("cast_float_to_adr", [v_value],
resulttype=llmemory.Address)
self._write_index(hop, v_addr)
@@ -270,7 +269,6 @@
def rtype_method_setinstance(self, hop):
v_instance = hop.inputarg(hop.args_r[2], arg=2)
-
self._write_index_gc(hop, v_instance)
def rtype_method_getstr(self, hop):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit