* config/v850/v850.md (return): Restore frame size restriction.

From-SVN: r140139
This commit is contained in:
Nick Clifton 2008-09-09 09:16:07 +00:00 committed by Nick Clifton
parent 0c03f46fcb
commit 108faf872d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-09-09 Nick Clifton <nickc@redhat.com>
* config/v850/v850.md (return): Restore frame size restriction.
2008-09-09 Paolo Bonzini <bonzini@gnu.org>
* c-common.c (c_expand_decl): Remove.

View File

@ -1563,7 +1563,7 @@
(define_insn "return"
[(return)]
"reload_completed"
"reload_completed && compute_frame_size (get_frame_size (), (long *)0) == 0"
"jmp [r31]"
[(set_attr "length" "2")
(set_attr "cc" "none")])