summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-17 15:41:19 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-17 15:41:19 +0000
commit8f4173dccd45989bf31e15c666aec2a3c6ef7a4f (patch)
treee03a089f4f405095544aa3cf9ae38d9ebfff5484 /gcc/tree-ssa-sccvn.c
parent94206a66e4e659ef3cb9228ac88bb10ac7082c11 (diff)
downloadgcc-8f4173dccd45989bf31e15c666aec2a3c6ef7a4f.tar.gz
2008-06-17 Bernhard Fischer <aldot@gcc.gnu.org>
* tree-ssa-sccvn.c: Fix format of comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-sccvn.c')
-rw-r--r--gcc/tree-ssa-sccvn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/tree-ssa-sccvn.c b/gcc/tree-ssa-sccvn.c
index 8e3de703866..1e83e4b6f4a 100644
--- a/gcc/tree-ssa-sccvn.c
+++ b/gcc/tree-ssa-sccvn.c
@@ -290,7 +290,7 @@ free_reference (void *vp)
VEC_free (vn_reference_op_s, heap, vr->operands);
}
-/* Compare two reference operands P1 and P2 for equality. return true if
+/* Compare two reference operands P1 and P2 for equality. Return true if
they are equal, and false otherwise. */
static int
@@ -304,7 +304,7 @@ vn_reference_op_eq (const void *p1, const void *p2)
&& expressions_equal_p (vro1->op1, vro2->op1);
}
-/* Compute the hash for a reference operand VRO1 */
+/* Compute the hash for a reference operand VRO1. */
static hashval_t
vn_reference_op_compute_hash (const vn_reference_op_t vro1)
@@ -386,7 +386,7 @@ vn_reference_eq (const void *p1, const void *p2)
return true;
}
-/* Place the vuses from STMT into *result */
+/* Place the vuses from STMT into *result. */
static inline void
vuses_to_vec (tree stmt, VEC (tree, gc) **result)
@@ -418,7 +418,7 @@ copy_vuses_from_stmt (tree stmt)
return vuses;
}
-/* Place the vdefs from STMT into *result */
+/* Place the vdefs from STMT into *result. */
static inline void
vdefs_to_vec (tree stmt, VEC (tree, gc) **result)