aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-21 22:05:37 +0000
committerRichard Stallman <rms@gnu.org>1992-05-21 22:05:37 +0000
commit3ad69266be869b0a6f6a8f9701728185e62cf9b3 (patch)
tree68c077309c8a8970281c8bd04c08912555a549eb /gcc/explow.c
parentac2248231c97534516c1d9aa360e6be7555bbc3f (diff)
downloadgcc-3ad69266be869b0a6f6a8f9701728185e62cf9b3.zip
gcc-3ad69266be869b0a6f6a8f9701728185e62cf9b3.tar.gz
gcc-3ad69266be869b0a6f6a8f9701728185e62cf9b3.tar.bz2
*** empty log message ***
From-SVN: r1044
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 4504a73..50b0582 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