aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop-doloop.c')
-rw-r--r--gcc/loop-doloop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c
index 0fa0fe21e51..be72440139f 100644
--- a/gcc/loop-doloop.c
+++ b/gcc/loop-doloop.c
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see
#include "output.h"
#include "params.h"
#include "target.h"
+#include "multi-target.h"
/* This module is used to modify loops with a determinable number of
iterations to use special low-overhead looping instructions.
@@ -64,6 +65,8 @@ along with GCC; see the file COPYING3. If not see
register cannot be used for anything else but doloop -- ??? detect these
cases). */
+START_TARGET_SPECIFIC
+
#ifdef HAVE_doloop_end
/* Return the loop termination condition for PATTERN or zero
@@ -700,3 +703,4 @@ doloop_optimize_loops (void)
}
#endif /* HAVE_doloop_end */
+END_TARGET_SPECIFIC