From: Roger Sayle Date: Sat, 28 Jun 2003 02:21:49 +0000 (+0000) Subject: alpha.md (anonymous define_split): Adjust emit_note call to match recent API change. X-Git-Tag: releases/gcc-3.4.0~5387 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5591ef05e6b0fcc6f098e3254fe12bcad42af38c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4a9ab31e191..9e525fee68fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-27 Roger Sayle + + * config/alpha/alpha.md (anonymous define_split): Adjust emit_note + call to match recent API change. + 2003-06-27 Zack Weinberg * dbxout.c (flag_debug_only_used_symbols): Delete redundant diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 48d01e0cee92..067f3fdf839e 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; }")