diff options
author | Richard Biener <rguenther@suse.de> | 2014-05-28 14:24:09 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-05-28 14:24:09 +0000 |
commit | 6e5799b9045f7a7588e3e2037a2acb67f0a168ec (patch) | |
tree | e5127346b0caf1f86077aceeaa2b4a316f4f7d1a /gcc/tree-ssa-propagate.c | |
parent | 47f9fca8551dcb661bc73e340790b68d2f971c25 (diff) | |
download | gcc-6e5799b9045f7a7588e3e2037a2acb67f0a168ec.zip gcc-6e5799b9045f7a7588e3e2037a2acb67f0a168ec.tar.gz gcc-6e5799b9045f7a7588e3e2037a2acb67f0a168ec.tar.bz2 |
tree-ssa-propagate.c (add_control_edge): Print less vertical space.
2014-05-28 Richard Biener <rguenther@suse.de>
* tree-ssa-propagate.c (add_control_edge): Print less vertical space.
* tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
(vrp_visit_assignment_or_call): Print less vertical space.
(vrp_visit_stmt): Likewise.
(vrp_visit_phi_node): Likewise. For a PHI argument with
VR_VARYING range consider recording it as copy.
From-SVN: r211022
Diffstat (limited to 'gcc/tree-ssa-propagate.c')
-rw-r--r-- | gcc/tree-ssa-propagate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-propagate.c b/gcc/tree-ssa-propagate.c index 4e76d97..1988835 100644 --- a/gcc/tree-ssa-propagate.c +++ b/gcc/tree-ssa-propagate.c @@ -301,7 +301,7 @@ add_control_edge (edge e) cfg_blocks_add (bb); if (dump_file && (dump_flags & TDF_DETAILS)) - fprintf (dump_file, "Adding Destination of edge (%d -> %d) to worklist\n\n", + fprintf (dump_file, "\nAdding Destination of edge (%d -> %d) to worklist\n", e->src->index, e->dest->index); } |