* predict.c (pass_strip_predict_hints): Avoid bugs dump file.
authorJan Hubicka <jh@suse.cz>
Tue, 2 Sep 2008 18:10:54 +0000 (20:10 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 2 Sep 2008 18:10:54 +0000 (18:10 +0000)
From-SVN: r139898

gcc/ChangeLog
gcc/predict.c

index 0feb0a20f74453779848f04b9c139973e290ad3e..4a1b44c6b7219f59edbe1ba67d33a13eb70ecab9 100644 (file)
@@ -1,5 +1,6 @@
 2008-09-02  Jan Hubicka  <jh@suse.cz>
 
+       * predict.c (pass_strip_predict_hints): Avoid bugs dump file.
        * expmed.c (expand_divmod): Fix test of smod_pow2_cheap and sdiv_pow2_cheap
 
 2008-09-02  H.J. Lu  <hongjiu.lu@intel.com>
index 1c877ec06b15add7602112fae3a726ac0b75f81c..b69934f477891d5c4d9233c08c095d0a2f91d3fd 100644 (file)
@@ -2179,7 +2179,7 @@ struct gimple_opt_pass pass_strip_predict_hints =
 {
  {
   GIMPLE_PASS,
-  "",                                  /* name */
+  NULL,                                        /* name */
   NULL,                                        /* gate */
   strip_predict_hints,                 /* execute */
   NULL,                                        /* sub */