]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alpha.md (anonymous define_split): Adjust emit_note call to match recent API change.
authorRoger Sayle <roger@eyesopen.com>
Sat, 28 Jun 2003 02:21:49 +0000 (02:21 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 28 Jun 2003 02:21:49 +0000 (02:21 +0000)
* config/alpha/alpha.md (anonymous define_split): Adjust emit_note
call to match recent API change.

From-SVN: r68626

gcc/ChangeLog
gcc/config/alpha/alpha.md

index c4a9ab31e191308d49b5056236537708620afe17..9e525fee68fef3afa1ee992fe437b7124344b30d 100644 (file)
@@ -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
index 48d01e0cee92cf7ec26baddad113b809e50ce1c0..067f3fdf839e7c3a677160ccf7a297170e3732d0 100644 (file)
@@ -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;
 }")