]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop-im.c
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-im.c
index 85d811868b758480eb75908a2d9fd6ae0735ec93..7f7f3528c14e7435a754ffa3d3efa0a7180233ac 100644 (file)
@@ -1211,7 +1211,7 @@ move_computations_dom_walker::before_dom_children (basic_block bb)
          tree arg = PHI_ARG_DEF (stmt, 0);
          new_stmt = gimple_build_assign_with_ops (TREE_CODE (arg),
                                                   gimple_phi_result (stmt),
-                                                  arg, NULL_TREE);
+                                                  arg);
        }
       else
        {