summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-18 14:13:54 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-18 14:13:54 +0000
commitbbe5b6aaa5dfb6c6a6bb57238107eddea746d20b (patch)
treef5f2e1555541060d7fd09a0130a521d5d22d2379 /gcc/tree-outof-ssa.c
parent4bf43eda90167b3a625f120217c0e18a15b5175b (diff)
downloadgcc-bbe5b6aaa5dfb6c6a6bb57238107eddea746d20b.tar.gz
Fix comments and formatrting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index 042e349368a..82cc0ffea59 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -606,7 +606,7 @@ replace_def_variable (var_map map, def_operand_p def_p, tree *expr)
}
-/* Remove each argument from a PHI node. If an arg was the last use of an SSA_NAME,
+/* Remove each argument from PHI. If an arg was the last use of an SSA_NAME,
check to see if this allows another PHI node to be removed. */
static void
@@ -667,8 +667,8 @@ eliminate_useless_phis (void)
{
#ifdef ENABLE_CHECKING
size_t i;
- /* There should be no arguments of this PHI which are not virtual, or we
- get incorrect results. */
+ /* There should be no arguments which are not virtual, or the
+ results will be incorrect. */
for (i = 0; i < gimple_phi_num_args (phi); i++)
{
tree arg = PHI_ARG_DEF (phi, i);