From cd0d51c5f2630271002411788e6138ce58f1e894 Mon Sep 17 00:00:00 2001 From: hubicka Date: Tue, 2 Sep 2008 18:10:54 +0000 Subject: * predict.c (pass_strip_predict_hints): Avoid bugs dump file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139898 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/predict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/predict.c') diff --git a/gcc/predict.c b/gcc/predict.c index 1c877ec06b1..b69934f4778 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 */ -- cgit v1.2.1