diff options
| author | Roger Sayle <roger@eyesopen.com> | 2003-06-28 02:21:49 +0000 |
|---|---|---|
| committer | Roger Sayle <sayle@gcc.gnu.org> | 2003-06-28 02:21:49 +0000 |
| commit | 5591ef05e6b0fcc6f098e3254fe12bcad42af38c (patch) | |
| tree | 7dddf6915bbf58047de5cfe62392ae16282ce05b /gcc | |
| parent | b11e4747fe2e49134931328a6fd26102ab418a11 (diff) | |
| download | gcc-5591ef05e6b0fcc6f098e3254fe12bcad42af38c.zip gcc-5591ef05e6b0fcc6f098e3254fe12bcad42af38c.tar.gz gcc-5591ef05e6b0fcc6f098e3254fe12bcad42af38c.tar.bz2 | |
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
Diffstat (limited to 'gcc')
| -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 c4a9ab3..9e525fe 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 48d01e0..067f3fd 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; }") |
