summaryrefslogtreecommitdiff
path: root/gcc/ccmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ccmp.c')
-rw-r--r--gcc/ccmp.c23
1 files changed, 5 insertions, 18 deletions
diff --git a/gcc/ccmp.c b/gcc/ccmp.c
index 32ae8ac75d0..3c3fbcd1273 100644
--- a/gcc/ccmp.c
+++ b/gcc/ccmp.c
@@ -20,18 +20,17 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "tree.h"
+#include "gimple.h"
#include "rtl.h"
+#include "df.h"
+#include "ssa.h"
#include "tm_p.h"
#include "alias.h"
-#include "symtab.h"
-#include "tree.h"
#include "fold-const.h"
-#include "stringpool.h"
#include "stor-layout.h"
#include "regs.h"
-#include "hard-reg-set.h"
-#include "function.h"
#include "flags.h"
#include "insn-config.h"
#include "expmed.h"
@@ -45,24 +44,12 @@ along with GCC; see the file COPYING3. If not see
#include "insn-codes.h"
#include "optabs.h"
#include "tree-iterator.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
#include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
-#include "gimple-ssa.h"
-#include "tree-ssanames.h"
#include "target.h"
#include "common/common-target.h"
-#include "df.h"
#include "tree-ssa-live.h"
#include "tree-outof-ssa.h"
#include "cfgexpand.h"
-#include "tree-phinodes.h"
-#include "ssa-iterators.h"
#include "ccmp.h"
/* The following functions expand conditional compare (CCMP) instructions.