Commit dd9611dc by James Van Artsdalen

(output_fp_cc0_set): Abort if cc0 user not found.

From-SVN: r3002
parent 2fb95912
......@@ -1759,6 +1759,8 @@ output_fp_cc0_set (insn)
return "sahf";
next = next_cc0_user (insn);
if (next == NULL_RTX)
abort ();
if (GET_CODE (next) == JUMP_INSN
&& GET_CODE (PATTERN (next)) == SET
......
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