aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2004-11-01 03:24:44 +0000
committerJeff Law <law@redhat.com>2004-11-01 03:24:44 +0000
commit0fdcb7073d448ad792314db33ec31f681048c1cb (patch)
treed9dc639eeb323bb9bfb212ca4c27abef24329cc5 /gcc/cfgloop.h
parent55dda02c300691b08f6a734d097034aa81acefc7 (diff)
* cfgloop.h (struct loop): Remove unused "nodes" field.
* timevar.def (TV_TREE_LOOP_BOUNDS): New. * tree-data-ref.c (find_data_references_in_loop): Use get_loop_body instead of calling flow_bb_inside_loop_p for every basic block in the function. * tree-ssa-loop.c (pass_record_bounds): Use TV_TREE_LOOP_BOUNDS. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@89932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index 96d865f1af6..61af71738a1 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -97,9 +97,6 @@ struct loop
the loop latch. */
basic_block last;
- /* Bitmap of blocks contained within the loop. */
- sbitmap nodes;
-
/* Number of blocks contained within the loop. */
unsigned num_nodes;