From 856905c263d25f1acdc580a3ebfa6111da9868b8 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Fri, 30 May 2008 18:28:48 +0000 Subject: optabs.c (maybe_encapsulate_block): Remove. 2008-05-30 Steven Bosscher * 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 --- gcc/optabs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/optabs.h') 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); -- cgit v1.1