Commit e26053d1 by Nick Clifton

oops - minor formatting tidy ups to previous delta

From-SVN: r56129
parent aeaf4d25
......@@ -10414,10 +10414,8 @@ thumb_output_function_prologue (f, size)
thumb_pushpop (f, live_regs_mask, 1);
for (regno = 8; regno < 13; regno++)
{
if (THUMB_REG_PUSHED_P (regno))
high_regs_pushed++;
}
if (high_regs_pushed)
{
......@@ -10426,10 +10424,8 @@ thumb_output_function_prologue (f, size)
int next_hi_reg;
for (next_hi_reg = 12; next_hi_reg > LAST_LO_REGNUM; next_hi_reg--)
{
if (THUMB_REG_PUSHED_P (next_hi_reg))
break;
}
pushable_regs = mask;
......
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