summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 22:05:37 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 22:05:37 +0000
commit8ed58b727d9af1c1ca6abd98a0c63fbe116067a5 (patch)
tree68c077309c8a8970281c8bd04c08912555a549eb /gcc/explow.c
parentc2cbb9e8a6eb7c7d2b8668af9e6138c69c4df732 (diff)
downloadgcc-8ed58b727d9af1c1ca6abd98a0c63fbe116067a5.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1044 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 4504a73cd09..50b0582600a 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -897,6 +897,8 @@ allocate_dynamic_stack_space (size, target, known_align)
|| REGNO (target) < FIRST_PSEUDO_REGISTER)
target = gen_reg_rtx (Pmode);
+ mark_reg_pointer (target);
+
#ifndef STACK_GROWS_DOWNWARD
emit_move_insn (target, virtual_stack_dynamic_rtx);
#endif