Commit 71ef37f6 by Richard Kenner

(get_condition): Exit if we don't recognize SET_SRC of a SET that

modifies OP0.

From-SVN: r6860
parent 51c184be
...@@ -6467,6 +6467,8 @@ get_condition (jump, earliest) ...@@ -6467,6 +6467,8 @@ get_condition (jump, earliest)
reverse_code = 1; reverse_code = 1;
x = SET_SRC (set); x = SET_SRC (set);
} }
else
break;
} }
else if (reg_set_p (op0, prev)) else if (reg_set_p (op0, prev))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment