OSDN Git Service

Revert revision 161876.
[pf3gnuchains/gcc-fork.git] / gcc / dse.h
index ebd007c..7c9c94b 100644 (file)
--- a/gcc/dse.h
+++ b/gcc/dse.h
@@ -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 */