Commit c5d34bb2 by Kazu Hirata Committed by Kazu Hirata

arm.c: Fix a comment typo.

	* config/arm/arm.c: Fix a comment typo.
	* doc/tree-ssa.texi: Fix a typo.

From-SVN: r97949
parent 51c3f0f6
2005-04-10 Kazu Hirata <kazu@cs.umass.edu>
* config/arm/arm.c: Fix a comment typo.
* doc/tree-ssa.texi: Fix a typo.
2005-04-10 Steven Bosscher <stevenb@suse.de> 2005-04-10 Steven Bosscher <stevenb@suse.de>
* cselib.c (clear_table): Rename to cselib_clear_table. * cselib.c (clear_table): Rename to cselib_clear_table.
......
...@@ -455,7 +455,7 @@ int arm_arch_xscale = 0; ...@@ -455,7 +455,7 @@ int arm_arch_xscale = 0;
int arm_tune_xscale = 0; int arm_tune_xscale = 0;
/* Nonzero if we want to tune for stores that access the write-buffer. /* Nonzero if we want to tune for stores that access the write-buffer.
This typicallly means an ARM6 or ARM7 with MMU or MPU. */ This typically means an ARM6 or ARM7 with MMU or MPU. */
int arm_tune_wbuf = 0; int arm_tune_wbuf = 0;
/* Nonzero if generating Thumb instructions. */ /* Nonzero if generating Thumb instructions. */
......
...@@ -1090,7 +1090,7 @@ It is also still possible to utilize lazy updating of stmts, but this should be ...@@ -1090,7 +1090,7 @@ It is also still possible to utilize lazy updating of stmts, but this should be
optimizations currently do this. optimizations currently do this.
When lazy updating is being used, the immediate use information is out of date When lazy updating is being used, the immediate use information is out of date
and cannot be used reliably. Lazy updating is acheived by simply marking stmts and cannot be used reliably. Lazy updating is achieved by simply marking stmts
modified via calls to @code{mark_stmt_modified} instead of @code{update_stmt}. modified via calls to @code{mark_stmt_modified} instead of @code{update_stmt}.
When lazy updating is no longer required, all the modified stmts must have When lazy updating is no longer required, all the modified stmts must have
@code{update_stmt} called in order to bring them up to date. This must be done before the optimization is finished, or @code{verify_ssa} will trigger an abort. @code{update_stmt} called in order to bring them up to date. This must be done before the optimization is finished, or @code{verify_ssa} will trigger an abort.
......
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