diff options
Diffstat (limited to 'gcc/shrink-wrap.h')
-rw-r--r-- | gcc/shrink-wrap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/shrink-wrap.h b/gcc/shrink-wrap.h index 2a91e32..8c9582d 100644 --- a/gcc/shrink-wrap.h +++ b/gcc/shrink-wrap.h @@ -23,9 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "vec.h" #include "machmode.h" - -#ifdef HAVE_simple_return - #include "function.h" /* In shrink-wrap.c. */ @@ -43,9 +40,6 @@ extern void convert_to_simple_return (edge entry_edge, edge orig_entry_edge, rtx_insn *returnjump, vec<edge> unconverted_simple_returns); #define SHRINK_WRAPPING_ENABLED (flag_shrink_wrap && HAVE_simple_return) -#else -#define SHRINK_WRAPPING_ENABLED false -#endif #endif /* GCC_SHRINK_WRAP_H */ |