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 5a24091..da75585 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -949,7 +949,7 @@ ifc_temp_var (tree type, tree exp) var = create_tmp_var (type, name); add_referenced_tmp_var (var); - /* Build new statement to assigne EXP to new variable. */ + /* Build new statement to assign EXP to new variable. */ stmt = build (MODIFY_EXPR, type, var, exp); /* Get SSA name for the new variable and set make new statement |