diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2010-08-11 22:09:53 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2010-08-11 22:09:53 +0000 |
commit | 183c87cdb1a372669b7c479a0afbaafcc62f582c (patch) | |
tree | e22261ab56e653eb90a71253a04127d37b941f43 /gcc/ira-int.h | |
parent | cb5da135b0814ab92f25a33111a3ae641c25ab0e (diff) | |
download | gcc-183c87cdb1a372669b7c479a0afbaafcc62f582c.tar.gz |
ira-int.h (ira_remove_allocno_copy_from_list): Remove.
2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
* ira-int.h (ira_remove_allocno_copy_from_list): Remove.
* ira-build.c (ira_remove_allocno_copy_from_list): Remove.
From-SVN: r163175
Diffstat (limited to 'gcc/ira-int.h')
-rw-r--r-- | gcc/ira-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h index d06ce4e57cb..5b9b892ae02 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -957,7 +957,6 @@ extern ira_copy_t ira_create_copy (ira_allocno_t, ira_allocno_t, int, bool, rtx, ira_loop_tree_node_t); extern void ira_add_allocno_copy_to_list (ira_copy_t); extern void ira_swap_allocno_copy_ends_if_necessary (ira_copy_t); -extern void ira_remove_allocno_copy_from_list (ira_copy_t); extern ira_copy_t ira_add_allocno_copy (ira_allocno_t, ira_allocno_t, int, bool, rtx, ira_loop_tree_node_t); |