aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-08-11 20:27:43 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-08-11 20:27:43 +0000
commita0d1afb3af19057be76ec6d881b52d167ee60c08 (patch)
tree61c9086252ee9a5fa7d40fead8a77829b22caa24 /gcc/cfgloop.h
parentdba9acfad326feb19a28fcae3b7207c90a70511a (diff)
downloadgcc-a0d1afb3af19057be76ec6d881b52d167ee60c08.zip
gcc-a0d1afb3af19057be76ec6d881b52d167ee60c08.tar.gz
gcc-a0d1afb3af19057be76ec6d881b52d167ee60c08.tar.bz2
Remove uses of loop->single_iv.
2010-07-15 Sebastian Pop <sebastian.pop@amd.com> * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv. * cfgloop.h (struct loop): Remove single_iv field. * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed. (scop_canonicalize_loops): Removed. (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate over all the loop phi nodes in loop->header. (build_poly_scop): Remove use of scop_canonicalize_loops. From-SVN: r163142
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index 535e256..1f0e3ca 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -165,10 +165,6 @@ struct GTY ((chain_next ("%h.next"))) loop {
/* Head of the cyclic list of the exits of the loop. */
struct loop_exit *exits;
-
- /* The single induction variable of the loop when the loop is in
- normal form. */
- tree single_iv;
};
/* Flags for state of loop structure. */