Author: Hakan Ardo <[email protected]>
Branch: jit-multilabel
Changeset: r50625:9e63288cc721
Date: 2011-12-17 15:47 +0100
http://bitbucket.org/pypy/pypy/changeset/9e63288cc721/

Log:    labels always have descr

diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py 
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/jit/metainterp/optimizeopt/unroll.py
+++ b/pypy/jit/metainterp/optimizeopt/unroll.py
@@ -178,8 +178,6 @@
         self.inputargs = targetop.getarglist()
         
         target_token = targetop.getdescr()
-        if not target_token:
-            return
         assert isinstance(target_token, TargetToken)
         exported_state = target_token.exported_state
         if not exported_state:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to