diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 40859226784..fbcbe1ca5d7 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -974,7 +974,7 @@ ifc_temp_var (tree type, tree exp) stmt = build (MODIFY_EXPR, type, var, exp); /* Get SSA name for the new variable and set make new statement - its definition statment. */ + its definition statement. */ new_name = make_ssa_name (var, stmt); TREE_OPERAND (stmt, 0) = new_name; SSA_NAME_DEF_STMT (new_name) = stmt; |