Commit 5591ef05 by Roger Sayle Committed by Roger Sayle

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
parent b11e4747
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> 2003-06-27 Zack Weinberg <zack@codesourcery.com>
* dbxout.c (flag_debug_only_used_symbols): Delete redundant * dbxout.c (flag_debug_only_used_symbols): Delete redundant
......
...@@ -6911,7 +6911,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none" ...@@ -6911,7 +6911,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none"
[(const_int 0)] [(const_int 0)]
" "
{ {
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