Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79519:7a7f4bda97b0
Date: 2015-09-08 10:26 +0200
http://bitbucket.org/pypy/pypy/changeset/7a7f4bda97b0/
Log: kill unused path
diff --git a/rpython/jit/metainterp/executor.py
b/rpython/jit/metainterp/executor.py
--- a/rpython/jit/metainterp/executor.py
+++ b/rpython/jit/metainterp/executor.py
@@ -48,7 +48,7 @@
# get the function address as an integer
func = argboxes[0].getint()
# do the call using the correct function from the cpu
- if rettype == INT or rettype == 'S': # *S*ingle float
+ if rettype == INT:
try:
result = cpu.bh_call_i(func, args_i, args_r, args_f, descr)
except Exception, e:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit