OSDN Git Service

* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
[pf3gnuchains/gcc-fork.git] / gcc / alias.c
index 3ac6848..d003de9 100644 (file)
@@ -2546,7 +2546,7 @@ init_alias_analysis (void)
                }
            }
          else if (NOTE_P (insn)
-                  && NOTE_LINE_NUMBER (insn) == NOTE_INSN_FUNCTION_BEG)
+                  && NOTE_KIND (insn) == NOTE_INSN_FUNCTION_BEG)
            copying_arguments = false;
        }