OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / dce.h
index 65faf26..b8c85c4 100644 (file)
--- a/gcc/dce.h
+++ b/gcc/dce.h
@@ -1,5 +1,5 @@
 /* RTL dead code elimination.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,9 +20,8 @@ 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_word_dce (void);
+extern void run_fast_dce (void);
 extern void run_fast_df_dce (void);
 
 #endif /* GCC_DCE_H */