From: Jan Hubicka Date: Tue, 2 Sep 2008 18:10:54 +0000 (+0200) Subject: * predict.c (pass_strip_predict_hints): Avoid bugs dump file. X-Git-Tag: releases/gcc-4.4.0~2700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edcfeaeebe82ae3b2c6cdc8cf70d08fc4f5a34f5;p=thirdparty%2Fgcc.git * predict.c (pass_strip_predict_hints): Avoid bugs dump file. From-SVN: r139898 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0feb0a20f744..4a1b44c6b721 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2008-09-02 Jan Hubicka + * 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 diff --git a/gcc/predict.c b/gcc/predict.c index 1c877ec06b15..b69934f47789 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -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 */