aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2003-06-28 02:21:49 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2003-06-28 02:21:49 +0000
commit5591ef05e6b0fcc6f098e3254fe12bcad42af38c (patch)
tree7dddf6915bbf58047de5cfe62392ae16282ce05b
parentb11e4747fe2e49134931328a6fd26102ab418a11 (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/alpha.md2
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;
}")