[pypy-commit] pypy s390x-backend: adapted test to match the expected assembly after the changes

plan_rich pypy.commits at gmail.com
Thu Jan 28 16:09:18 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r81999:e13400c9ff8a
Date: 2016-01-28 22:08 +0100
http://bitbucket.org/pypy/pypy/changeset/e13400c9ff8a/

Log:	adapted test to match the expected assembly after the changes

diff --git a/rpython/jit/backend/zarch/test/test_runner.py b/rpython/jit/backend/zarch/test/test_runner.py
--- a/rpython/jit/backend/zarch/test/test_runner.py
+++ b/rpython/jit/backend/zarch/test/test_runner.py
@@ -26,5 +26,5 @@
 
     add_loop_instructions = "lg; lgr; larl; agr; cgfi; je; j;$"
     # realloc frame takes the most space (from just after larl, to lay)
-    bridge_loop_instructions = "larl; lg; cgfi; je; lghi; stg; " \
-                               "lay; lgfi;( iihf;)? lgfi;( iihf;)? basr; lay; lg; br;$"
+    bridge_loop_instructions = "larl; lg; cgfi; jhe; lghi; " \
+                               "lgfi;( iihf;)? lgfi;( iihf;)? basr; lg; br;$"


More information about the pypy-commit mailing list