summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-09 19:43:10 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-09 19:43:10 +0000
commit018f0595d4f663d5729a4cf29567feb8f92695de (patch)
treea80e3d0754d775d696f7dd9afc3cf5fabbf319bb /gcc/sched-int.h
parent2f7233cb6381c4b20bb0b512cafb9418baa6547e (diff)
downloadgcc-018f0595d4f663d5729a4cf29567feb8f92695de.tar.gz
gcc/
* sched-int.h (bb_note): Move to... * basic-block.h: ...here. * haifa-sched.c (bb_note): Move to... * cfgrtl.c: ...here. * function.c (next_block_for_reg): New function. (move_insn_for_shrink_wrap): Likewise. (prepare_shrink_wrap): Rewrite to use the above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 9b29ea158cb..2fa5f759e85 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -130,7 +130,6 @@ extern void sched_insns_init (rtx);
extern void sched_insns_finish (void);
extern void *xrecalloc (void *, size_t, size_t, size_t);
-extern rtx bb_note (basic_block);
extern void reemit_notes (rtx);