summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r--gcc/gimple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c
index 96dacf81b0b..1cc16d4bc51 100644
--- a/gcc/gimple.c
+++ b/gcc/gimple.c
@@ -2314,7 +2314,7 @@ gimple_has_side_effects (const_gimple s)
/* Return true if the RHS of statement S has side effects.
We may use it to determine if it is admissable to replace
an assignment or call with a copy of a previously-computed
- value. In such cases, side-effects due the the LHS are
+ value. In such cases, side-effects due to the LHS are
preserved. */
bool