diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 8b764eb269e..49949185993 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -22,21 +22,13 @@ 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 "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "tree-nested.h" #include "calls.h" -#include "internal-fn.h" #include "gimple-iterator.h" -#include "tree-iterator.h" -#include "tree-inline.h" -#include "flags.h" -#include "langhooks.h" #include "gimple-low.h" /* The differences between High GIMPLE and Low GIMPLE are the |