diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4a9ab31e19..9e525fee68f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 48d01e0cee9..067f3fdf839 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -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; }") |

