Commit 108faf87 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r140139
parent 0c03f46f
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.
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment