aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sese.h')
-rw-r--r--gcc/sese.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/sese.h b/gcc/sese.h
index 2cda5e1..d429d58 100644
--- a/gcc/sese.h
+++ b/gcc/sese.h
@@ -78,6 +78,9 @@ typedef struct sese_info_t
/* Loops completely contained in this SESE. */
bitmap loops;
vec<loop_p> loop_nest;
+
+ /* Basic blocks contained in this SESE. */
+ vec<basic_block> bbs;
} *sese_info_p;
#define SESE_PARAMS(S) (S->params)