]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/regclass.c
alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_INSN_P...
[gcc.git] / gcc / regclass.c
index 510e0db1a396dbc846806b9fa176784526c9c1d9..5bc6cc8051fa1f6ad555f004715197876e6408c9 100644 (file)
@@ -1087,7 +1087,7 @@ scan_one_insn (rtx insn, int pass)
         We need not check for code_label here;
         while a basic block can start with a code_label,
         INSN could not be at the beginning of that block.  */
-      if (previnsn == 0 || GET_CODE (previnsn) == JUMP_INSN)
+      if (previnsn == 0 || JUMP_P (previnsn))
        {
          basic_block b;
          FOR_EACH_BB (b)
This page took 0.027271 seconds and 5 git commands to generate.