From 9e169c4bf36a38689550c059570c57efbf00a6fb Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 1 Jul 2010 22:22:57 +0000 Subject: Merged trunk at revision 161680 into branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/vect256@161681 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/lambda-code.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/lambda-code.c') diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c index 2b287a184d7..4a291935fbf 100644 --- a/gcc/lambda-code.c +++ b/gcc/lambda-code.c @@ -1703,7 +1703,7 @@ remove_iv (gimple iv_stmt) TRANSFORM is the matrix transform that was applied to OLD_LOOPNEST to get NEW_LOOPNEST. */ -void +void lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest, VEC(tree,heap) *old_ivs, VEC(tree,heap) *invariants, @@ -2131,7 +2131,7 @@ replace_uses_equiv_to_x_with_y (struct loop *loop, gimple stmt, tree x, gsi_insert_before (firstbsi, setstmt, GSI_SAME_STMT); update_stmt (setstmt); SET_USE (use_p, var); - h = GGC_NEW (struct tree_map); + h = ggc_alloc_tree_map (); h->hash = in.hash; h->base.from = use; h->to = var; -- cgit v1.2.1