From patchwork Mon Aug 2 20:19:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/65] Don't call pbb_to_depth_to_oldiv from compute_type_for_level. Date: Mon, 02 Aug 2010 10:19:43 -0000 From: Sebastian Pop X-Patchwork-Id: 60608 Message-Id: <1280780438-17543-11-git-send-email-sebpop@gmail.com> To: gcc-patches@gcc.gnu.org Cc: Tobias Grosser , gcc-graphite From: spop 2010-06-11 Sebastian Pop * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass old_type in parameter. (gcc_type_for_value): Update call to gcc_type_for_interval. (compute_type_for_level_1): Renamed compute_type_for_level. Update call to gcc_type_for_interval. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@160624 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog.graphite | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index c6b23cd..4b802ee 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,11 @@ +2010-06-11 Sebastian Pop + + * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass + old_type in parameter. + (gcc_type_for_value): Update call to gcc_type_for_interval. + (compute_type_for_level_1): Renamed compute_type_for_level. + Update call to gcc_type_for_interval. + 2010-06-09 Sebastian Pop * tree-scalar-evolution.c (instantiate_scev_name): Do not fail