OSDN Git Service

PR c++/50512
[pf3gnuchains/gcc-fork.git] / gcc / dse.h
index ebd007c..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,10 +23,8 @@ 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 (HOST_WIDE_INT, enum machine_mode);
-extern void dse_invalidate_singleton_alias_set (HOST_WIDE_INT);
+extern void dse_record_singleton_alias_set (alias_set_type, enum machine_mode);
+extern void dse_invalidate_singleton_alias_set (alias_set_type);
 
 #endif /* GCC_DSE_H */