Commit 4a7270f2 by Richard Henderson

* config/ia64/ia64.c (ia64_direct_return): Require frame size zero.

From-SVN: r33788
parent 22aa60a1
......@@ -1146,7 +1146,7 @@ int
ia64_direct_return ()
{
return (reload_completed && ! frame_pointer_needed
&& ia64_compute_frame_size (get_frame_size ()));
&& ia64_compute_frame_size (get_frame_size ()) == 0);
}
......
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