aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2010-06-12 12:46:46 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2010-06-12 12:46:46 +0000
commitacb6411a264e66b3059447ddd12601460327622d (patch)
treebae4445bff63e66885e8584a38268f1e3d42f282 /gcc
parente285df089bcad4a781df123e7d85c351710a73c5 (diff)
downloadgcc-acb6411a264e66b3059447ddd12601460327622d.zip
gcc-acb6411a264e66b3059447ddd12601460327622d.tar.gz
gcc-acb6411a264e66b3059447ddd12601460327622d.tar.bz2
Fix typo.
From-SVN: r160661
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree-cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c
index 62db258..7e78174 100644
--- a/gcc/tree-cfgcleanup.c
+++ b/gcc/tree-cfgcleanup.c
@@ -560,7 +560,7 @@ fixup_noreturn_call (gimple stmt)
tree op = gimple_call_lhs (stmt);
gimple_call_set_lhs (stmt, NULL_TREE);
- /* We need to remove SSA name to avoid checking.
+ /* We need to remove SSA name to avoid checking errors.
All uses are dominated by the noreturn and thus will
be removed afterwards.
We proactively remove affected non-PHI statements to avoid