(get_condition): Exit if we don't recognize SET_SRC of a SET that
modifies OP0. From-SVN: r6860
This commit is contained in:
parent
51c184be09
commit
71ef37f694
@ -6467,6 +6467,8 @@ get_condition (jump, earliest)
|
||||
reverse_code = 1;
|
||||
x = SET_SRC (set);
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
||||
else if (reg_set_p (op0, prev))
|
||||
|
Loading…
x
Reference in New Issue
Block a user