aboutsummaryrefslogtreecommitdiff
path: root/gcc/ccmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ccmp.c')
-rw-r--r--gcc/ccmp.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/gcc/ccmp.c b/gcc/ccmp.c
index 3216669..1130329 100644
--- a/gcc/ccmp.c
+++ b/gcc/ccmp.c
@@ -37,6 +37,21 @@ along with GCC; see the file COPYING3. If not see
#include "stringpool.h"
#include "stor-layout.h"
#include "regs.h"
+#include "hashtab.h"
+#include "hard-reg-set.h"
+#include "function.h"
+#include "flags.h"
+#include "statistics.h"
+#include "real.h"
+#include "fixed-value.h"
+#include "insn-config.h"
+#include "expmed.h"
+#include "dojump.h"
+#include "explow.h"
+#include "calls.h"
+#include "emit-rtl.h"
+#include "varasm.h"
+#include "stmt.h"
#include "expr.h"
#include "insn-codes.h"
#include "optabs.h"
@@ -60,7 +75,6 @@ along with GCC; see the file COPYING3. If not see
#include "cfgexpand.h"
#include "tree-phinodes.h"
#include "ssa-iterators.h"
-#include "expmed.h"
#include "ccmp.h"
/* The following functions expand conditional compare (CCMP) instructions.