Commit 2a5de0f1 by Richard Henderson

Fix comment typo.

From-SVN: r57597
parent 5d0f3df7
...@@ -67,7 +67,7 @@ flow_active_insn_p (insn) ...@@ -67,7 +67,7 @@ flow_active_insn_p (insn)
return true; return true;
/* A clobber of the function return value exists for buggy /* A clobber of the function return value exists for buggy
programs that fail to return a value. It's effect is to programs that fail to return a value. Its effect is to
keep the return value from being live across the entire keep the return value from being live across the entire
function. If we allow it to be skipped, we introduce the function. If we allow it to be skipped, we introduce the
possibility for register livetime aborts. */ possibility for register livetime aborts. */
......
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