OSDN Git Service

PR c++/53220
[pf3gnuchains/gcc-fork.git] / gcc / dse.h
index 862eaca..dca6ea0 100644 (file)
--- a/gcc/dse.h
+++ b/gcc/dse.h
@@ -1,5 +1,5 @@
 /* RTL dead store elimination.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010 Free Software Foundation, Inc.
 
    Contributed by Richard Sandiford <rsandifor@codesourcery.com>
    and Kenneth Zadeck <zadeck@naturalbridge.com>
@@ -23,8 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_DSE_H
 #define GCC_DSE_H
 
-struct df;
-
 extern void dse_record_singleton_alias_set (alias_set_type, enum machine_mode);
 extern void dse_invalidate_singleton_alias_set (alias_set_type);