[pypy-svn] r15579 - pypy/dist/pypy/translator/llvm2

ericvrp at codespeak.net ericvrp at codespeak.net
Wed Aug 3 22:40:59 CEST 2005


Author: ericvrp
Date: Wed Aug  3 22:40:59 2005
New Revision: 15579

Modified:
   pypy/dist/pypy/translator/llvm2/database.py
Log:
minor cleanup


Modified: pypy/dist/pypy/translator/llvm2/database.py
==============================================================================
--- pypy/dist/pypy/translator/llvm2/database.py	(original)
+++ pypy/dist/pypy/translator/llvm2/database.py	Wed Aug  3 22:40:59 2005
@@ -280,11 +280,6 @@
                     return 'null'
                 else:
                     return node.get_ref()
-
-                # XXX ??? dont understand rxe ???
-                #XXX related to llvm2/test/test_genllvm/test_dict_creation
-                #XXX "v962 = same_as((<* None>))"
-                #XXX this <* None> gets propagated to the next block and fails at the phi node!
         else:
             assert isinstance(arg, Variable)
             return "%" + str(arg)



More information about the Pypy-commit mailing list