diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index b6a974f..f1040c5 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -22,20 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.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 "asan.h" -#include "langhooks.h" #include "ubsan.h" #include "params.h" #include "tree-hash-traits.h" |