]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/vr-values.c
vr-values.c (vr_values::vr_values): Initialize to_remove_edges and to_update_switch_s...
authorJakub Jelinek <jakub@redhat.com>
Tue, 25 Sep 2018 13:18:06 +0000 (15:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 25 Sep 2018 13:18:06 +0000 (15:18 +0200)
commitd02c08cb15612969e3ad224111a84fb70aa1ab92
tree7cd3c646335cbf213321f50f015bb720c2e96280
parenta0d013bdc22353a1b835c5f009259ae032a6b84b
vr-values.c (vr_values::vr_values): Initialize to_remove_edges and to_update_switch_stmts to vNULL instead of...

* vr-values.c (vr_values::vr_values): Initialize to_remove_edges and
to_update_switch_stmts to vNULL instead of calling create on them
immediately.

From-SVN: r264567
gcc/ChangeLog
gcc/vr-values.c