diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-04 12:54:49 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-04 12:54:49 +0000 |
commit | bdff91a14bf8e5d18b1eb47bb529894482065762 (patch) | |
tree | 4515b21fe5d3e25b4d5c8f907d3e78834e1e40ac /gcc/value-prof.c | |
parent | 0158370253d4aef042c4d67b2c0278ded58d83fd (diff) | |
parent | 8192796762b4781de57ce2a6c104a71dcbd874e3 (diff) | |
download | gcc-bdff91a14bf8e5d18b1eb47bb529894482065762.tar.gz |
Merge with trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205668 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index cfa752fc6df..e40b0ada7f1 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -34,7 +34,11 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "optabs.h" #include "regs.h" -#include "ggc.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "tree-eh.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" @@ -51,7 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "gcov-io.h" #include "timevar.h" #include "dumpfile.h" -#include "pointer-set.h" #include "profile.h" #include "data-streamer.h" #include "builtins.h" |