[pypy-svn] r65526 - pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli

antocuni at codespeak.net antocuni at codespeak.net
Mon Jun 1 12:09:14 CEST 2009


Author: antocuni
Date: Mon Jun  1 12:09:12 2009
New Revision: 65526

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/method.py
Log:
ignore guard_nonvirtualized, for now


Modified: pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/method.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/method.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/method.py	Mon Jun  1 12:09:12 2009
@@ -542,7 +542,7 @@
         self.store_result(op)        
 
     def emit_op_guard_nonvirtualized(self, op):
-        raise NotImplementedError
+        pass
 
     def lltype_only(self, op):
         print 'Operation %s is lltype specific, should not get here!' % op.getopname()



More information about the Pypy-commit mailing list