Author: Armin Rigo <[email protected]>
Branch: branch-prediction
Changeset: r91016:1af5108d7af4
Date: 2017-04-07 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/1af5108d7af4/
Log: fix test
diff --git a/rpython/jit/backend/x86/test/test_runner.py
b/rpython/jit/backend/x86/test/test_runner.py
--- a/rpython/jit/backend/x86/test/test_runner.py
+++ b/rpython/jit/backend/x86/test/test_runner.py
@@ -39,7 +39,7 @@
'nop; ' # for the label
'add; test; je; jmp;') # plus some padding
bridge_loop_instructions = (
- 'cmp; jge; mov;( movabs;| lea;)? mov; (mov|movabs|lea); call;
mov(abs)?; jmp;')
+ 'cmp; jl; mov(abs)?; jmp;')
def get_cpu(self):
cpu = CPU(rtyper=None, stats=FakeStats())
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit