aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
diff options
context:
space:
mode:
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.