summaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.md
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-28 12:45:37 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-28 12:45:37 +0000
commite6d152739a72c15b98af5401de880e7169208413 (patch)
treed9bacbd3d91f350beae924f6db48a6f9ef9b9512 /gcc/config/ia64/ia64.md
parent124b18d0d13277ad6ec3306c208e0cd2ada40101 (diff)
downloadgcc-e6d152739a72c15b98af5401de880e7169208413.tar.gz
* config/ia64/ia64.md: Follow recent emit_note API change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/ia64.md')
-rw-r--r--gcc/config/ia64/ia64.md4
1 files changed, 2 insertions, 2 deletions
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 <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;
})