summaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-09 01:56:08 +0000
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-09 01:56:08 +0000
commita0319c5b1c9a9113d70d05c9735f381d84f0a669 (patch)
tree5fe353dc2f26597874408385ad7576f1258cde26 /gcc/df.h
parent954e595e774ab75211e811ad73de1e3bf72aca68 (diff)
downloadgcc-a0319c5b1c9a9113d70d05c9735f381d84f0a669.tar.gz
2008-06-08 Steven Bosscher <stevenb.gcc@gmail.com>
* df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool. (df_scan_free_internal): Don't free it. (df_scan_alloc): Don't allocate it. * df.h (struct df_link): Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136576 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 6375a70fd29..bd4d7ff7aca 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -409,9 +409,8 @@ struct df_ref_extract
enum machine_mode mode;
};
-/* These links are used for two purposes:
- 1) def-use or use-def chains.
- 2) Multiword hard registers that underly a single hardware register. */
+/* These links are used for ref-ref chains. Currently only DEF-USE and
+ USE-DEF chains can be built by DF. */
struct df_link
{
struct df_ref *ref;