From e974b93b6cb75eb6828918fb4bb8454ed8249096 Mon Sep 17 00:00:00 2001 From: Zhenqiang Chen Date: Thu, 15 May 2014 06:30:58 +0000 Subject: shrink-wrap.h: Update comment. 2014-05-15 Zhenqiang Chen * shrink-wrap.h: Update comment. * shrink-wrap.c: Update comment. (next_block_for_reg): Rename to live_edge_for_reg. (live_edge_for_reg): Allow live_edge->dest has two predecessors. (move_insn_for_shrink_wrap): Split live_edge. (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap. From-SVN: r210457 --- gcc/shrink-wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/shrink-wrap.h') diff --git a/gcc/shrink-wrap.h b/gcc/shrink-wrap.h index 22b1d5c..bccfb31 100644 --- a/gcc/shrink-wrap.h +++ b/gcc/shrink-wrap.h @@ -1,4 +1,4 @@ -/* Structure for saving state for a nested function. +/* Shrink-wrapping related functions. Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GCC. -- cgit v1.1