[pypy-svn] pypy default: Remove old operation left behind.

arigo commits-noreply at bitbucket.org
Fri Feb 4 12:02:15 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41601:68741da9a537
Date: 2011-02-04 12:01 +0100
http://bitbucket.org/pypy/pypy/changeset/68741da9a537/

Log:	Remove old operation left behind.

diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/llimpl.py
+++ b/pypy/jit/backend/llgraph/llimpl.py
@@ -852,9 +852,6 @@
     def op_cast_ptr_to_int(self, descr, ptr):
         return cast_to_int(ptr)
 
-    def op_uint_xor(self, descr, arg1, arg2):
-        return arg1 ^ arg2
-
     def op_force_token(self, descr):
         opaque_frame = _to_opaque(self)
         return llmemory.cast_ptr_to_adr(opaque_frame)


More information about the Pypy-commit mailing list