* combine.c (distribute_notes): Place REG_SETJMP.
From-SVN: r44806
This commit is contained in:
parent
58f4de4f27
commit
ab61c93f12
@ -1,3 +1,7 @@
|
|||||||
|
2001-08-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* combine.c (distribute_notes): Place REG_SETJMP.
|
||||||
|
|
||||||
2001-08-11 Richard Henderson <rth@redhat.com>
|
2001-08-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* doc/extend.texi (Arrays and pointers implementation): Discourage
|
* doc/extend.texi (Arrays and pointers implementation): Discourage
|
||||||
|
@ -12010,6 +12010,7 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1)
|
|||||||
|
|
||||||
case REG_EH_RETHROW:
|
case REG_EH_RETHROW:
|
||||||
case REG_NORETURN:
|
case REG_NORETURN:
|
||||||
|
case REG_SETJMP:
|
||||||
/* These notes must remain with the call. It should not be
|
/* These notes must remain with the call. It should not be
|
||||||
possible for both I2 and I3 to be a call. */
|
possible for both I2 and I3 to be a call. */
|
||||||
if (GET_CODE (i3) == CALL_INSN)
|
if (GET_CODE (i3) == CALL_INSN)
|
||||||
|
Loading…
Reference in New Issue
Block a user