[pypy-svn] r76733 - pypy/branch/asmgcc-64/pypy/config

jcreigh at codespeak.net jcreigh at codespeak.net
Wed Aug 25 19:13:00 CEST 2010


Author: jcreigh
Date: Wed Aug 25 19:12:58 2010
New Revision: 76733

Modified:
   pypy/branch/asmgcc-64/pypy/config/translationoption.py
Log:
add stub final_check_config that was accidentally removed in merge

Modified: pypy/branch/asmgcc-64/pypy/config/translationoption.py
==============================================================================
--- pypy/branch/asmgcc-64/pypy/config/translationoption.py	(original)
+++ pypy/branch/asmgcc-64/pypy/config/translationoption.py	Wed Aug 25 19:12:58 2010
@@ -342,6 +342,9 @@
     'jit':  'hybrid      extraopts     jit',
     }
 
+def final_check_config(config):
+    pass
+
 def set_opt_level(config, level):
     """Apply optimization suggestions on the 'config'.
     The optimizations depend on the selected level and possibly on the backend.



More information about the Pypy-commit mailing list