* config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
From-SVN: r189067
This commit is contained in:
parent
2b5bb7da8f
commit
126ea3e196
@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user