Commit 49243025 by Kazu Hirata Committed by Kazu Hirata

* cfgrtl.c: Fix a comment typo.

From-SVN: r90632
parent f7f02125
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.
......
......@@ -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))
......
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