summaryrefslogtreecommitdiffstats
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 18:19:21 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 18:19:21 +0000
commit2a847d749bb4a8da70b880b3a3b758091f2f6615 (patch)
tree18f9dfdd3e4148ee3f19e0374e0d0a5c982aace9 /gcc/explow.c
parentd8181773e2339d09dff38a7d25d3a93c5395f89b (diff)
downloadppe42-gcc-2a847d749bb4a8da70b880b3a3b758091f2f6615.tar.gz
ppe42-gcc-2a847d749bb4a8da70b880b3a3b758091f2f6615.zip
2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
Zack Weinberg <zack@codesourcery.com> * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe. * config/m68k/m68k.c (m68k_output_function_prologue): Remove code under #if NEED_PROBE. * config/m68k/m68k.h: Don't define NEED_PROBE. * config/m68k/m68k.md: Remove "probe" insn. * doc/md.texi: Remove documentation of "probe" pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67125 138bc75d-0d04-0410-961f-82ee72b054a4
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);
OpenPOWER on IntegriCloud