aboutsummaryrefslogtreecommitdiff
path: root/gcc/shrink-wrap.h
diff options
context:
space:
mode:
authorZhenqiang Chen <zhenqiang.chen@linaro.org>2014-05-15 06:30:58 +0000
committerZhenqiang Chen <zqchen@gcc.gnu.org>2014-05-15 06:30:58 +0000
commite974b93b6cb75eb6828918fb4bb8454ed8249096 (patch)
tree0d210a75d0ce671d7b5f819655cefc89f3866431 /gcc/shrink-wrap.h
parentbe6027111390cc525948ed5f2e0608e95a0a285c (diff)
downloadgcc-e974b93b6cb75eb6828918fb4bb8454ed8249096.zip
gcc-e974b93b6cb75eb6828918fb4bb8454ed8249096.tar.gz
gcc-e974b93b6cb75eb6828918fb4bb8454ed8249096.tar.bz2
shrink-wrap.h: Update comment.
2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org> * 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
Diffstat (limited to 'gcc/shrink-wrap.h')
-rw-r--r--gcc/shrink-wrap.h2
1 files changed, 1 insertions, 1 deletions
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.