diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index 1ef556b..b6a974f 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -21,24 +21,23 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" #include "backend.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" -#include "options.h" +#include "tree-pass.h" +#include "tm_p.h" +#include "tree-ssa-operands.h" +#include "gimple-pretty-print.h" +#include "alias.h" #include "fold-const.h" #include "internal-fn.h" #include "gimplify.h" #include "gimple-iterator.h" -#include "tree-pass.h" #include "asan.h" -#include "gimple-pretty-print.h" -#include "tm_p.h" #include "langhooks.h" #include "ubsan.h" #include "params.h" -#include "tree-ssa-operands.h" #include "tree-hash-traits.h" |