Commit 813f2f13 by Michael Matz

Forgot to correct typo before committing last change.

From-SVN: r164000
parent a855b1b1
......@@ -1026,7 +1026,7 @@ verify_ssa (bool check_modified_stmt)
op = gimple_op (stmt, i);
if (op && TREE_CODE (op) == SSA_NAME && --count < 0)
{
error ("nr of operands and imm-links doesn't agree");
error ("nr of operands and imm-links don't agree");
error ("in statement");
print_gimple_stmt (stderr, stmt, 0, TDF_VOPS|TDF_MEMSYMS);
goto err;
......
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