diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-10-28 11:24:04 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2014-10-28 11:25:05 -0400 |
commit | 1a7adffe0f7c9be5b48042c27bc6cddece467da9 (patch) | |
tree | ba691177d8945b35002ea8f9968680f874302a7e /gcc/graphite-scop-detection.c | |
parent | 0ef6a7af40b288728269a64defb0594ae39084a7 (diff) | |
parent | fddbd0194b01f44c5b5f16379fd5405dcf6d71c0 (diff) | |
download | gcc-1a7adffe0f7c9be5b48042c27bc6cddece467da9.tar.gz |
Merge branch 'master' r216157-r216746 into 'gimple-classes'
Merger of changes on trunk from r216157 (2014-10-13) to
r216746 (2014-10-27) into the branch.
This does not yet compile. I'll fix that in a followup patch to
make it easier to see those changes.
Conflicts:
gcc/builtins.h
gcc/tree-ssa-loop-ivcanon.c
gcc/value-prof.c
gcc/value-prof.h
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 55b281846cc..5fb0b226f43 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -34,6 +34,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tree.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |