diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index b3e8ae9ff73..269c11d31a7 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -22,21 +22,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" -#include "fold-const.h" -#include "predict.h" -#include "tm.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" +#include "options.h" +#include "fold-const.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" #include "tree-pass.h" |