mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 17:35:42 +08:00
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:
parent
b11e4747fe
commit
5591ef05e6
@ -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
|
||||
|
@ -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;
|
||||
}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user