commit | dc259201f8b471f27136ffe50cc7019c8311ccb6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Jan 23 15:01:35 2013 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Mon Feb 18 15:03:58 2013 -0800 |
tree | e0e09f731cb06884fcf825603c6c47d597d16bca | |
parent | 63633fe6eb15107d688f3b7f61a4b379f57fc4ca [diff] |
target-i386: introduce gen_jcc1_noeob A jump that ends a basic block or otherwise falls back to CC_OP_DYNAMIC will always have to call gen_op_set_cc_op. However, not all jumps end a basic block, so introduce a variant that does not do this. This was partially undone earlier (i386: drop cc_op argument of gen_jcc1), redo it now also to prepare for the introduction of src2. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>