alpha.md (anonymous define_split): Adjust emit_note call to match recent API change.

* config/alpha/alpha.md (anonymous define_split): Adjust emit_note
	call to match recent API change.

From-SVN: r68626
This commit is contained in:
Roger Sayle 2003-06-28 02:21:49 +00:00 committed by Roger Sayle
parent b11e4747fe
commit 5591ef05e6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-27 Roger Sayle <roger@eyesopen.com>
* config/alpha/alpha.md (anonymous define_split): Adjust emit_note
call to match recent API change.
2003-06-27 Zack Weinberg <zack@codesourcery.com>
* dbxout.c (flag_debug_only_used_symbols): Delete redundant

View File

@ -6911,7 +6911,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none"
[(const_int 0)]
"
{
emit_note (NULL, NOTE_INSN_DELETED);
emit_note (NOTE_INSN_DELETED);
DONE;
}")