Commit 126ea3e1 by Nick Clifton Committed by Nick Clifton

* config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.

From-SVN: r189067
parent 2b5bb7da
2012-06-29 Nick Clifton <nickc@redhat.com>
* config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
2012-06-29 Jakub Jelinek <jakub@redhat.com>
* tree-vect-stmts.c (vectorizable_operation): Check both
......
......@@ -460,7 +460,7 @@ lm32_compute_frame_size (int size)
callee_size += UNITS_PER_WORD;
}
}
if (df_regs_ever_live_p (RA_REGNUM) || crtl->is_leaf!
if (df_regs_ever_live_p (RA_REGNUM) || ! crtl->is_leaf
|| !optimize)
{
reg_save_mask |= 1 << RA_REGNUM;
......
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