diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-18 16:00:55 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-18 16:00:55 +0000 |
commit | 81c6af2dc6f960f98ef064146de297755d6b0894 (patch) | |
tree | 6caa7792f45dc14f92d076c6b3fe85c28f7de3d0 /gcc/tree-affine.c | |
parent | a342dbb23c12ed61e824661be2dd672f6dceea4c (diff) | |
parent | aa59f000a84f3f0016bcb959a077047090c8d91c (diff) | |
download | gcc-81c6af2dc6f960f98ef064146de297755d6b0894.tar.gz |
Merge from trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index cb8fd60b118..93d458a38e1 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "flags.h" #include "dumpfile.h" +#include "cfgexpand.h" #include "wide-int-print.h" /* Extends CST as appropriate for the affine combinations COMB. */ |