diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-02 18:10:54 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-02 18:10:54 +0000 |
commit | cd0d51c5f2630271002411788e6138ce58f1e894 (patch) | |
tree | 0e47568357ed370d46b6146e9c331a0de0d28166 /gcc/predict.c | |
parent | 7ecbc87992587150daac1f01eada7064e638395b (diff) | |
download | gcc-cd0d51c5f2630271002411788e6138ce58f1e894.tar.gz |
* 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
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |