diff options
Diffstat (limited to 'gcc/dce.c')
-rw-r--r-- | gcc/dce.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,6 +23,15 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "tm.h" #include "rtl.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "regs.h" #include "hard-reg-set.h" |