summaryrefslogtreecommitdiff
path: root/gcc/ira-int.h
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2010-08-11 22:09:53 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2010-08-11 22:09:53 +0000
commit183c87cdb1a372669b7c479a0afbaafcc62f582c (patch)
treee22261ab56e653eb90a71253a04127d37b941f43 /gcc/ira-int.h
parentcb5da135b0814ab92f25a33111a3ae641c25ab0e (diff)
downloadgcc-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.h1
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);