* cfgrtl.c: Fix a comment typo.

From-SVN: r90632
This commit is contained in:
Kazu Hirata 2004-11-14 21:25:37 +00:00 committed by Kazu Hirata
parent f7f021251d
commit 4924302529
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-14 Kazu Hirata <kazu@cs.umass.edu>
* cfgrtl.c: Fix a comment typo.
2004-11-14 Stan Shebs <shebs@apple.com>
Basic ABI changes for passing structs by value in 64-bit Darwin.

View File

@ -2114,7 +2114,7 @@ rtl_verify_flow_info_1 (void)
}
if (BB_END (bb) == x)
/* Do checks for empty blocks her. e */
/* Do checks for empty blocks here. */
;
else
for (x = NEXT_INSN (x); x; x = NEXT_INSN (x))