for call instruction with mode QImode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33499
138bc75d-0d04-0410-961f-
82ee72b054a4
+2000-04-27 Ulrich Drepper <drepper@cygnus.com>
+
+ * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
+ for call instruction with mode QImode.
+
2000-04-27 Alex Samuel <samuel@codesourcery.com>
* Makefile.in (OBJS): Add timevar.o.
*/
#define FUNCTION_BLOCK_PROFILER_EXIT \
-emit_call_insn (gen_call (gen_rtx_MEM (Pmode, \
+emit_call_insn (gen_call (gen_rtx_MEM (QImode, \
gen_rtx_SYMBOL_REF (VOIDmode, "__bb_trace_ret")), \
const0_rtx))