aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r--gcc/regmove.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c
index 25fcc52b213..fc90a53d72a 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -45,6 +45,9 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pass.h"
#include "df.h"
#include "ira.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
static int optimize_reg_copy_1 (rtx, rtx, rtx);
static void optimize_reg_copy_2 (rtx, rtx, rtx);
@@ -1374,3 +1377,5 @@ struct rtl_opt_pass pass_regmove =
TODO_ggc_collect /* todo_flags_finish */
}
};
+
+END_TARGET_SPECIFIC