aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-12-28 17:09:16 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-12-28 17:09:16 +0000
commit1bd6497c3e23de82b850f8116607d687df939e06 (patch)
treeacb33ba01f6620ff25da458fd2ead97420465a3e /gcc/lambda-code.c
parentc67b2d4ea07e3c70b949f7af3638c0a84f966956 (diff)
downloadgcc-1bd6497c3e23de82b850f8116607d687df939e06.zip
gcc-1bd6497c3e23de82b850f8116607d687df939e06.tar.gz
gcc-1bd6497c3e23de82b850f8116607d687df939e06.tar.bz2
Do not include unnecessary .h files.
2010-12-28 Sebastian Pop <sebastian.pop@amd.com> * Makefile.in (TREE_VECTORIZER_H): Removed duplicate definition. (tree-browser.o): Update dependences. (omega.o): Same. (tree-chrec.o): Same. (tree-scalar-evolution.o): Same. (tree-data-ref.o): Same. (sese.o): Same. (graphite.o): Same. (graphite-blocking.o): Same. (graphite-clast-to-gimple.o): Same. (graphite-cloog-util.o): Same. (graphite-dependences.o): Same. (graphite-flattening.o): Same. (graphite-interchange.o): Same. (graphite-poly.o): Same. (graphite-ppl.o): Same. (graphite-scop-detection.o): Same. (graphite-sese-to-poly.o): Same. (tree-loop-linear.o): Same. (tree-loop-distribution.o): Same. (tree-parloops.o): Same. (lambda-mat.o): Same. (lambda-trans.o): Same. (lambda-code.o): Same. * tree-browser.o: Do not include unnecessary .h files. * omega.o: Same. * tree-chrec.o: Same. * tree-scalar-evolution.o: Same. * tree-data-ref.o: Same. * sese.o: Same. * graphite.o: Same. * graphite-blocking.o: Same. * graphite-clast-to-gimple.o: Same. * graphite-cloog-util.o: Same. * graphite-dependences.o: Same. * graphite-flattening.o: Same. * graphite-interchange.o: Same. * graphite-poly.o: Same. * graphite-ppl.o: Same. * graphite-scop-detection.o: Same. * graphite-sese-to-poly.o: Same. * tree-loop-linear.o: Same. * tree-loop-distribution.o: Same. * tree-parloops.o: Same. * lambda-mat.o: Same. * lambda-trans.o: Same. * lambda-code.o: Same. * graphite.h: Removed. From-SVN: r168296
Diffstat (limited to 'gcc/lambda-code.c')
-rw-r--r--gcc/lambda-code.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c
index 6236235..f462071 100644
--- a/gcc/lambda-code.c
+++ b/gcc/lambda-code.c
@@ -22,28 +22,13 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "ggc.h"
-#include "tree.h"
-#include "target.h"
-#include "rtl.h"
-#include "basic-block.h"
-#include "diagnostic-core.h"
-#include "obstack.h"
#include "tree-flow.h"
-#include "tree-dump.h"
-#include "timevar.h"
#include "cfgloop.h"
-#include "expr.h"
-#include "optabs.h"
#include "tree-chrec.h"
#include "tree-data-ref.h"
-#include "tree-pass.h"
#include "tree-scalar-evolution.h"
-#include "vec.h"
#include "lambda.h"
-#include "vecprim.h"
-#include "pointer-set.h"
+#include "tree-pass.h"
/* This loop nest code generation is based on non-singular matrix
math.