diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-21 21:23:43 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-21 21:23:43 +0000 |
commit | e9fb8a644d960cfbeca88a7f9ef86b54701a79d0 (patch) | |
tree | 9488b731348ab0272cc16dc2311f3c81d9dbf150 /gcc/predict.c | |
parent | 4c4a1039ab8fa4fc34a09fc84c0fe85c6daf7125 (diff) | |
download | gcc-e9fb8a644d960cfbeca88a7f9ef86b54701a79d0.tar.gz |
commit two parts of my last patch that escaped, somehow
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65906 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 4c6e23d3fb0..9bc77512e51 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -47,7 +47,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "recog.h" #include "expr.h" #include "predict.h" -#include "profile.h" +#include "coverage.h" #include "sreal.h" #include "params.h" #include "target.h" |