diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-13 06:41:07 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-13 06:41:07 +0000 |
commit | 4ee9c6840ad3fc92a9034343278a1e476ad6872a (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/config/h8300 | |
parent | ebb338380ab170c91e64d38038e6b5ce930d69a1 (diff) | |
download | ppe42-gcc-4ee9c6840ad3fc92a9034343278a1e476ad6872a.tar.gz ppe42-gcc-4ee9c6840ad3fc92a9034343278a1e476ad6872a.zip |
Merge tree-ssa-20020619-branch into mainline.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 789bb00c537..9efa140c23b 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -384,7 +384,7 @@ h8300_emit_stack_adjustment (int sign, unsigned int size) if (TARGET_H8300 && size > 4 && !h8300_current_function_interrupt_function_p () - && !(current_function_needs_context && sign < 0)) + && !(cfun->static_chain_decl != NULL && sign < 0)) { rtx r3 = gen_rtx_REG (Pmode, 3); emit_insn (gen_movhi (r3, GEN_INT (sign * size))); |