diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-30 18:28:48 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-30 18:28:48 +0000 |
commit | b31c801f37a067d1f2431e63be542c51521ceef5 (patch) | |
tree | 7e228661bae5e72ca8b668c7a4b17a95d00d3d7f /gcc/optabs.h | |
parent | 9a5755c03c26ba8ab3b1693581269af477b5dc2c (diff) | |
download | gcc-b31c801f37a067d1f2431e63be542c51521ceef5.tar.gz |
2008-05-30 Steven Bosscher <stevenb.gcc@gmail.com>
* optabs.c (maybe_encapsulate_block): Remove.
(emit_libcall_block): Adjust accordingly.
* optabs.h (maybe_encapsulate_block): Remove prototype.
* config/rs6000/rs6000.c (rs6000_legitimize_tls_address):
Don't use maybe_encapsulate_block.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index 0b55c4fc8cc..426b0d845fd 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -723,10 +723,6 @@ extern rtx expand_copysign (rtx, rtx, rtx); an input. */ extern void emit_unop_insn (int, rtx, rtx, enum rtx_code); -/* Excapsulate the block in REG_LIBCALL, and REG_RETVAL reg notes and add - REG_LIBCALL_ID notes to all insns in block. */ -extern void maybe_encapsulate_block (rtx, rtx, rtx); - /* Emit one rtl insn to compare two rtx's. */ extern void emit_cmp_insn (rtx, rtx, enum rtx_code, rtx, enum machine_mode, int); |