]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/explow.c
alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_INSN_P...
[thirdparty/gcc.git] / gcc / explow.c
index 1d137a17e635acbde49585dea2634fd205bf1796..cfaadf3afa98d9bfa0af26100df126ca40579979 100644 (file)
@@ -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))