diff options
Diffstat (limited to 'gcc/tree-ssa-scopedtables.c')
-rw-r--r-- | gcc/tree-ssa-scopedtables.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/tree-ssa-scopedtables.c b/gcc/tree-ssa-scopedtables.c index 7be4848..db3f954 100644 --- a/gcc/tree-ssa-scopedtables.c +++ b/gcc/tree-ssa-scopedtables.c @@ -21,21 +21,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" +#include "function.h" +#include "basic-block.h" #include "tree.h" -#include "tree-pretty-print.h" +#include "gimple.h" #include "tree-pass.h" +#include "tree-pretty-print.h" +#include "alias.h" #include "tree-ssa-scopedtables.h" #include "tree-ssa-threadedge.h" #include "tree-ssa-dom.h" -#include "function.h" #include "stor-layout.h" #include "fold-const.h" -#include "basic-block.h" #include "tree-eh.h" #include "internal-fn.h" -#include "gimple.h" -#include "dumpfile.h" static bool hashable_expr_equal_p (const struct hashable_expr *, const struct hashable_expr *); |