summaryrefslogtreecommitdiffstats
path: root/gcc/tree-ssa-loop-niter.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-21 14:33:13 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-21 14:33:13 +0000
commitdc19ae1e2cfca04bb729e8d6296edda900e6fda9 (patch)
tree9261785ac75ce71566232c14b4eea18da31f61d0 /gcc/tree-ssa-loop-niter.c
parent461db9e39abdfb7f209252f9255e5342008530cf (diff)
downloadppe42-gcc-dc19ae1e2cfca04bb729e8d6296edda900e6fda9.tar.gz
ppe42-gcc-dc19ae1e2cfca04bb729e8d6296edda900e6fda9.zip
2012-12-21 Richard Biener <rguenther@suse.de>
PR bootstrap/54659 * system.h: Include gmp.h. * tree-ssa-loop-niter.c: Do not include gmp.h here. * double-int.h: Likewise. * realmpfr.h: Likewise. fortran/ * gfortran.h: Do not include gmp.h here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
-rw-r--r--gcc/tree-ssa-loop-niter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c
index 4a09999f434..7a15ff82d5b 100644
--- a/gcc/tree-ssa-loop-niter.c
+++ b/gcc/tree-ssa-loop-niter.c
@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "diagnostic-core.h"
#include "tree-inline.h"
-#include "gmp.h"
#define SWAP(X, Y) do { affine_iv *tmp = (X); (X) = (Y); (Y) = tmp; } while (0)
OpenPOWER on IntegriCloud