diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 1d137a17e63..cfaadf3afa9 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1118,7 +1118,7 @@ optimize_save_area_alloca (void) { rtx note; - if (GET_CODE (insn) != INSN) + if (!NONJUMP_INSN_P (insn)) continue; for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) |