From df107416e2ef6a8aa757232885c1f60257a9b9a3 Mon Sep 17 00:00:00 2001 From: jamborm Date: Fri, 9 Apr 2010 20:24:11 +0000 Subject: [PATCH] 2010-04-09 Martin Jambor * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addresses of CONST_DECLs with the same initial value. (ipcp_print_all_lattices): Print values of CONST_DECLs. * ipa-prop.c (ipa_print_node_jump_functions): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158176 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5593f3c5b7f..86ec7255cad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2010-04-09 Martin Jambor + + * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two + lattices are addresses of CONST_DECLs with the same initial value. + (ipcp_print_all_lattices): Print values of CONST_DECLs. + * ipa-prop.c (ipa_print_node_jump_functions): Likewise. + 2010-04-09 Eric Botcazou Bernd Schmidt -- 2.11.0