* config/ia64/ia64.md: Follow recent emit_note API change.
authorAndreas Schwab <schwab@suse.de>
Sat, 28 Jun 2003 12:45:37 +0000 (12:45 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 28 Jun 2003 12:45:37 +0000 (12:45 +0000)
From-SVN: r68637

gcc/ChangeLog
gcc/config/ia64/ia64.md

index 2e03b37..6ef3c2c 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/ia64.md: Follow recent emit_note API change.
+
 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
 
        * c-parse.in (%union): Replace filename & lineno with location.
index d0c65de..d53234e 100644 (file)
@@ -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 <wilson@cygnus.com> and
 ;;               David Mosberger <davidm@hpl.hp.com>.
 
       emitted_something = true;
     }
   if (! emitted_something)
-    emit_note (NULL, NOTE_INSN_DELETED);
+    emit_note (NOTE_INSN_DELETED);
   DONE;
 })