summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-13 23:00:53 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-13 23:00:53 +0000
commit44088615d8c77c9a68534be38cce62f56de72d90 (patch)
tree80e91f0f3e1c1df6cf7df2dd11df4b89727041e3 /gcc/explow.c
parentbac7fba70b55ab8deefd3a72e68cd0a733282fdb (diff)
downloadgcc-44088615d8c77c9a68534be38cce62f56de72d90.tar.gz
* doc/tm.texi (STACK_CHECK_PROBE_LOAD): Delete.
* expr.h (STACK_CHECK_PROBE_LOAD): Likewise. * explow.c (emit_stack_probe): Do not test STACK_CHECK_PROBE_LOAD. * system.h (STACK_CHECK_PROBE_LOAD): Poison. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155199 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 4d1d24e501d..1f66f3e7705 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -1366,9 +1366,6 @@ emit_stack_probe (rtx address)
emit_insn (gen_probe_stack (memref));
else
#endif
- if (STACK_CHECK_PROBE_LOAD)
- emit_move_insn (gen_reg_rtx (word_mode), memref);
- else
emit_move_insn (memref, const0_rtx);
}