Commit 286d28c3 by Kazu Hirata Committed by Kazu Hirata

* config/arm/arm.c: Fix a comment typo.

From-SVN: r90479
parent 65a6f342
2004-11-11 Kazu Hirata <kazu@cs.umass.edu>
* config/arm/arm.c: Fix a comment typo.
2004-11-11 Nathan Sidwell <nathan@codesourcery.com> 2004-11-11 Nathan Sidwell <nathan@codesourcery.com>
* bitmap.h (nBITMAP_WORD_BITS): Remove. * bitmap.h (nBITMAP_WORD_BITS): Remove.
......
...@@ -8631,7 +8631,7 @@ arm_compute_save_reg0_reg12_mask (void) ...@@ -8631,7 +8631,7 @@ arm_compute_save_reg0_reg12_mask (void)
|| (! current_function_is_leaf && call_used_regs [reg])) || (! current_function_is_leaf && call_used_regs [reg]))
save_reg_mask |= (1 << reg); save_reg_mask |= (1 << reg);
/* Also save the pic base register if neccessary. */ /* Also save the pic base register if necessary. */
if (flag_pic if (flag_pic
&& !TARGET_SINGLE_PIC_BASE && !TARGET_SINGLE_PIC_BASE
&& current_function_uses_pic_offset_table) && current_function_uses_pic_offset_table)
......
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