summaryrefslogtreecommitdiff
path: root/gcc/hw-doloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hw-doloop.c')
-rw-r--r--gcc/hw-doloop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/hw-doloop.c b/gcc/hw-doloop.c
index e00c3d75a8c..2341bc6576d 100644
--- a/gcc/hw-doloop.c
+++ b/gcc/hw-doloop.c
@@ -52,8 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "hw-doloop.h"
#include "dumpfile.h"
-#ifdef HAVE_doloop_end
-
/* Dump information collected in LOOPS. */
static void
dump_hwloops (hwloop_info loops)
@@ -685,4 +683,3 @@ reorg_loops (bool do_reorder, struct hw_doloop_hooks *hooks)
if (dump_file)
print_rtl (dump_file, get_insns ());
}
-#endif