aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb.gcc@gmail.com>2008-05-30 18:28:48 +0000
committerKenneth Zadeck <zadeck@gcc.gnu.org>2008-05-30 18:28:48 +0000
commit856905c263d25f1acdc580a3ebfa6111da9868b8 (patch)
tree7e228661bae5e72ca8b668c7a4b17a95d00d3d7f /gcc/optabs.h
parent0cdc04e8d5b61d4de770b4474a6aa0351ed5b74a (diff)
downloadgcc-856905c263d25f1acdc580a3ebfa6111da9868b8.zip
gcc-856905c263d25f1acdc580a3ebfa6111da9868b8.tar.gz
gcc-856905c263d25f1acdc580a3ebfa6111da9868b8.tar.bz2
optabs.c (maybe_encapsulate_block): Remove.
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. From-SVN: r136217
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r--gcc/optabs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h
index 0b55c4f..426b0d8 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);