Author: Richard Plangger <[email protected]>
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;$"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit