Commit f9974026 by Andreas Schwab Committed by Andreas Schwab

* config/ia64/ia64.md: Follow recent emit_note API change.

From-SVN: r68637
parent 374a4e6c
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> 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
* c-parse.in (%union): Replace filename & lineno with location. * c-parse.in (%union): Replace filename & lineno with location.
......
;; IA-64 Machine description template ;; 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 ;; Contributed by James E. Wilson <wilson@cygnus.com> and
;; David Mosberger <davidm@hpl.hp.com>. ;; David Mosberger <davidm@hpl.hp.com>.
...@@ -4414,7 +4414,7 @@ ...@@ -4414,7 +4414,7 @@
emitted_something = true; emitted_something = true;
} }
if (! emitted_something) if (! emitted_something)
emit_note (NULL, NOTE_INSN_DELETED); emit_note (NOTE_INSN_DELETED);
DONE; DONE;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment