]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dce.h
[Ada] Fix documentation for GNAT.Command_Line.Exit_From_Command_Line
[thirdparty/gcc.git] / gcc / dce.h
index 2635d49922b8464b6917da6be3db4f70b377578e..8b5ee87b54480e9c925c2df65c77d695ae5c08e8 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-2019 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,6 +20,7 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_DCE_H
 #define GCC_DCE_H
 
+extern void run_word_dce (void);
 extern void run_fast_dce (void);
 extern void run_fast_df_dce (void);