From 3f1176568bb51d0d953470763a715ec12dcbfea6 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Thu, 24 Feb 2005 21:47:26 +0000 Subject: ChangeLog.5: Fix log message typo(s). * ChangeLog.5: Fix log message typo(s). * ChangeLog.7: Likewise. * ChangeLog.tree-ssa: Likewise. * cfgexpand.c: Fix comment typo(s). * conflict.c: Likewise. * defaults.h: Likewise. * dwarf2out.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * tree-eh.c: Likewise. * tree-ssa-dom.c: Likewise. From-SVN: r95516 --- gcc/tree-ssa-dom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/tree-ssa-dom.c') diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 88c7f92..59d51c0 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -181,7 +181,7 @@ static struct opt_stats_d opt_stats; of the form SSA_NAME COND CONST we create a new vrp_element to record how the condition affects the possible values SSA_NAME may have. - Each record contains the condition tested (COND), and the the range of + Each record contains the condition tested (COND), and the range of values the variable may legitimately have if COND is true. Note the range of values may be a smaller range than COND specifies if we have recorded other ranges for this variable. Each record also contains the @@ -1398,7 +1398,7 @@ record_cond (tree cond, tree value) /* Build a new conditional using NEW_CODE, OP0 and OP1 and store the new conditional into *p, then store a boolean_true_node - into the the *(p + 1). */ + into *(p + 1). */ static void build_and_record_new_cond (enum tree_code new_code, tree op0, tree op1, tree *p) -- cgit v1.1