aboutsummaryrefslogtreecommitdiff
path: root/gcc/stack-ptr-mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stack-ptr-mod.c')
-rw-r--r--gcc/stack-ptr-mod.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c
index e7d92a5e7b9..90c002d4009 100644
--- a/gcc/stack-ptr-mod.c
+++ b/gcc/stack-ptr-mod.c
@@ -31,6 +31,9 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "output.h"
#include "df.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
/* Determine if the stack pointer is constant over the life of the function.
Only useful before prologues have been emitted. */
@@ -109,3 +112,5 @@ struct rtl_opt_pass pass_stack_ptr_mod =
0 /* todo_flags_finish */
}
};
+
+END_TARGET_SPECIFIC