aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-06-28 12:45:37 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2003-06-28 12:45:37 +0000
commitf99740268614ca5bb0d4c5ac3d8c56eeaa4c6023 (patch)
treed9bacbd3d91f350beae924f6db48a6f9ef9b9512 /gcc
parent374a4e6cc7e1f76460f9f4ca11fe688a6c638d90 (diff)
downloadgcc-f99740268614ca5bb0d4c5ac3d8c56eeaa4c6023.zip
gcc-f99740268614ca5bb0d4c5ac3d8c56eeaa4c6023.tar.gz
gcc-f99740268614ca5bb0d4c5ac3d8c56eeaa4c6023.tar.bz2
* config/ia64/ia64.md: Follow recent emit_note API change.
From-SVN: r68637
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ia64/ia64.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2e03b37..6ef3c2c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md
index d0c65de..d53234e 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 <wilson@cygnus.com> and
;; David Mosberger <davidm@hpl.hp.com>.
@@ -4414,7 +4414,7 @@
emitted_something = true;
}
if (! emitted_something)
- emit_note (NULL, NOTE_INSN_DELETED);
+ emit_note (NOTE_INSN_DELETED);
DONE;
})