From e6d152739a72c15b98af5401de880e7169208413 Mon Sep 17 00:00:00 2001 From: schwab Date: Sat, 28 Jun 2003 12:45:37 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 4 ++++ gcc/config/ia64/ia64.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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; }) -- 2.11.4.GIT