summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-uninit.c')
-rw-r--r--gcc/tree-ssa-uninit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-uninit.c b/gcc/tree-ssa-uninit.c
index f1ec31527c2..7337b68b4fe 100644
--- a/gcc/tree-ssa-uninit.c
+++ b/gcc/tree-ssa-uninit.c
@@ -1756,7 +1756,7 @@ normalize_preds (VEC(use_pred_info_t, heap) **preds, size_t *n)
/* Computes the predicates that guard the use and checks
if the incoming paths that have empty (or possibly
- empty) defintion can be pruned/filtered. The function returns
+ empty) definition can be pruned/filtered. The function returns
true if it can be determined that the use of PHI's def in
USE_STMT is guarded with a predicate set not overlapping with
predicate sets of all runtime paths that do not have a definition.
@@ -1764,7 +1764,7 @@ normalize_preds (VEC(use_pred_info_t, heap) **preds, size_t *n)
the bb of the use (for phi operand use, the bb is not the bb of
the phi stmt, but the src bb of the operand edge). UNINIT_OPNDS
is a bit vector. If an operand of PHI is uninitialized, the
- correponding bit in the vector is 1. VISIED_PHIS is a pointer
+ corresponding bit in the vector is 1. VISIED_PHIS is a pointer
set of phis being visted. */
static bool