summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 7114094d2d6..da7e2b797b9 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -1448,13 +1448,6 @@ allocate_dynamic_stack_space (size, target, known_align)
NULL_RTX, 1);
}
- /* Some systems require a particular insn to refer to the stack
- to make the pages exist. */
-#ifdef HAVE_probe
- if (HAVE_probe)
- emit_insn (gen_probe ());
-#endif
-
/* Record the new stack level for nonlocal gotos. */
if (nonlocal_goto_handler_slots != 0)
emit_stack_save (SAVE_NONLOCAL, &nonlocal_goto_stack_level, NULL_RTX);