* predict.c (pass_strip_predict_hints): Avoid bugs dump file.
[gcc.git] / gcc / predict.c
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 */