From: Andreas Schwab Date: Sat, 28 Jun 2003 12:45:37 +0000 (+0000) Subject: * config/ia64/ia64.md: Follow recent emit_note API change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f99740268614ca5bb0d4c5ac3d8c56eeaa4c6023;p=gcc.git * config/ia64/ia64.md: Follow recent emit_note API change. From-SVN: r68637 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e03b37dabc..6ef3c2ce905 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-28 Andreas Schwab + + * config/ia64/ia64.md: Follow recent emit_note API change. + 2003-06-28 Nathan Sidwell * c-parse.in (%union): Replace filename & lineno with location. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index d0c65de1a21..d53234ea7fc 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -1,5 +1,5 @@ ;; IA-64 Machine description template -;; Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ;; Contributed by James E. Wilson and ;; David Mosberger . @@ -4414,7 +4414,7 @@ emitted_something = true; } if (! emitted_something) - emit_note (NULL, NOTE_INSN_DELETED); + emit_note (NOTE_INSN_DELETED); DONE; })