diff options
author | Michael Matz <matz@gcc.gnu.org> | 2010-09-08 12:41:33 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2010-09-08 12:41:33 +0000 |
commit | 813f2f136e1bf7eba2f01b7f09b26b639fc76e01 (patch) | |
tree | 706af59dbd5d0ef6eb90716437dc1503e045ee11 /gcc/tree-ssa.c | |
parent | a855b1b189e7df04070f35cd87e4b213e1c5ced7 (diff) | |
download | gcc-813f2f136e1bf7eba2f01b7f09b26b639fc76e01.zip gcc-813f2f136e1bf7eba2f01b7f09b26b639fc76e01.tar.gz gcc-813f2f136e1bf7eba2f01b7f09b26b639fc76e01.tar.bz2 |
Forgot to correct typo before committing last change.
From-SVN: r164000
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r-- | gcc/tree-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index 9202f04..10c7ab9 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -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; |