aboutsummaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lower-subreg.c')
-rw-r--r--gcc/lower-subreg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c
index 3301a9db18c..1f22e450f4c 100644
--- a/gcc/lower-subreg.c
+++ b/gcc/lower-subreg.c
@@ -38,6 +38,9 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "tree-pass.h"
#include "df.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
#ifdef STACK_GROWS_DOWNWARD
# undef STACK_GROWS_DOWNWARD
@@ -1379,3 +1382,5 @@ struct rtl_opt_pass pass_lower_subreg2 =
TODO_verify_flow /* todo_flags_finish */
}
};
+
+END_TARGET_SPECIFIC