diff options
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index d3ab8e8739b..3fdc609582f 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -294,8 +294,7 @@ extern int fix_loop_placement (struct loop *); enum { - CP_SIMPLE_PREHEADERS = 1, - CP_INSIDE_CFGLAYOUT = 2 + CP_SIMPLE_PREHEADERS = 1 }; extern void create_preheaders (struct loops *, int); |