diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index 6584ea35bbe..2d8ce1e4d78 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -47,6 +47,11 @@ along with GCC; see the file COPYING3. If not see #include "dbgcnt.h" #include "target.h" #include "params.h" +#include "pointer-set.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "gimple-ssa.h" |