[pypy-svn] r33846 - pypy/dist/pypy/translator/llvm

fijal at codespeak.net fijal at codespeak.net
Sun Oct 29 11:31:21 CET 2006


Author: fijal
Date: Sun Oct 29 11:31:19 2006
New Revision: 33846

Modified:
   pypy/dist/pypy/translator/llvm/genllvm.py
Log:
Deep fix.


Modified: pypy/dist/pypy/translator/llvm/genllvm.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/genllvm.py	(original)
+++ pypy/dist/pypy/translator/llvm/genllvm.py	Sun Oct 29 11:31:19 2006
@@ -342,7 +342,6 @@
                               inline_threshold=0,
                               mallocs=False,
                               merge_if_blocks_to_switch=False,
-                              propagate=False,
                               constfold=False)
 
     # note: this is without stackless and policy transforms



More information about the Pypy-commit mailing list