aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-19 22:13:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-19 22:13:05 +0000
commit696e78bfb864080fe4c5d608334634c0aa326b00 (patch)
tree71196bf3c67910a8df648dd8986d3e4cc07b2067 /gcc/tree-ssa-phiopt.c
parent30ee829f8116d6a9cdd4c5ef2d5e8a51fb4154b2 (diff)
downloadgcc-696e78bfb864080fe4c5d608334634c0aa326b00.zip
gcc-696e78bfb864080fe4c5d608334634c0aa326b00.tar.gz
gcc-696e78bfb864080fe4c5d608334634c0aa326b00.tar.bz2
tree-ssa-phiopt.c, [...]: Fix comment typos.
* tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md, config/mcore/mcore.c: Fix comment typos. From-SVN: r98421
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r--gcc/tree-ssa-phiopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c
index e9db4c0..5f5857b 100644
--- a/gcc/tree-ssa-phiopt.c
+++ b/gcc/tree-ssa-phiopt.c
@@ -301,7 +301,7 @@ empty_block_p (basic_block bb)
return true;
}
-/* Replace PHI node element whoes edge is E in block BB with variable NEW.
+/* Replace PHI node element whose edge is E in block BB with variable NEW.
Remove the edge from COND_BLOCK which does not lead to BB (COND_BLOCK
is known to have two edges, one of which must reach BB). */