Author: David Schneider <david.schnei...@picle.org>
Branch: 
Changeset: r64586:33e0d8d007a9
Date: 2013-05-27 11:59 -0500
http://bitbucket.org/pypy/pypy/changeset/33e0d8d007a9/

Log:    same_as doesn't generate a mov in this case anymore

diff --git a/rpython/jit/backend/arm/test/test_runner.py 
b/rpython/jit/backend/arm/test/test_runner.py
--- a/rpython/jit/backend/arm/test/test_runner.py
+++ b/rpython/jit/backend/arm/test/test_runner.py
@@ -24,7 +24,7 @@
     # for the individual tests see
     # ====> ../../test/runner_test.py
 
-    add_loop_instructions = ['ldr', 'mov', 'adds', 'cmp', 'beq', 'b']
+    add_loop_instructions = ['ldr', 'adds', 'cmp', 'beq', 'b']
     bridge_loop_instructions = ['ldr', 'mov', 'nop', 'cmp', 'bge',
                                 'push', 'mov', 'mov', 'push', 'mov', 'mov',
                                 'blx', 'mov', 'mov', 'bx']
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to