diff options
Diffstat (limited to 'gcc/dce.h')
-rw-r--r-- | gcc/dce.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/dce.h b/gcc/dce.h index 65faf26a48a..2635d49922b 100644 --- a/gcc/dce.h +++ b/gcc/dce.h @@ -20,9 +20,7 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_DCE_H #define GCC_DCE_H -struct df; - -extern bool run_fast_dce (void); +extern void run_fast_dce (void); extern void run_fast_df_dce (void); #endif /* GCC_DCE_H */ |