aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 51a073953fd..94263af9a15 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -692,8 +692,8 @@ decl_section_name (const_tree node)
return snode->get_section ();
}
-/* Set section section name of NODE to VALUE (that is expected to
- be identifier node) */
+/* Set section name of NODE to VALUE (that is expected to be
+ identifier node) */
void
set_decl_section_name (tree node, const char *value)
{
@@ -1330,7 +1330,7 @@ force_fit_type (tree type, const wide_int_ref &cst,
/* These are the hash table functions for the hash table of INTEGER_CST
nodes of a sizetype. */
-/* Return the hash code code X, an INTEGER_CST. */
+/* Return the hash code X, an INTEGER_CST. */
hashval_t
int_cst_hasher::hash (tree x)
@@ -10326,7 +10326,7 @@ build_common_builtin_nodes (void)
ftype = build_function_type_list (ptr_type_node,
integer_type_node, NULL_TREE);
ecf_flags = ECF_PURE | ECF_NOTHROW | ECF_LEAF;
- /* Only use TM_PURE if we we have TM language support. */
+ /* Only use TM_PURE if we have TM language support. */
if (builtin_decl_explicit_p (BUILT_IN_TM_LOAD_1))
ecf_flags |= ECF_TM_PURE;
local_define_builtin ("__builtin_eh_pointer", ftype, BUILT_IN_EH_POINTER,
@@ -11723,7 +11723,7 @@ tree_nonartificial_location (tree exp)
/* These are the hash table functions for the hash table of OPTIMIZATION_NODEq
nodes. */
-/* Return the hash code code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */
+/* Return the hash code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */
hashval_t
cl_option_hasher::hash (tree x)