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

From-SVN: r99442
This commit is contained in:
Kazu Hirata 2005-05-09 14:38:07 +00:00 committed by Kazu Hirata
parent e6fffadeff
commit ee30710df8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-09 Kazu Hirata <kazu@cs.umass.edu>
* config/ia64/ia64.c: Fix a comment typo.
2005-05-09 Richard Earnshaw <rearnsha@arm.com>
PR target/21397

View File

@ -1670,7 +1670,7 @@ ia64_file_start (void)
{
/* Variable tracking should be run after all optimizations which change order
of insns. It also needs a valid CFG. This can't be done in
ia64_override_options, because flag_var_tracking is finallized after
ia64_override_options, because flag_var_tracking is finalized after
that. */
ia64_flag_var_tracking = flag_var_tracking;
flag_var_tracking = 0;