i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference for call instruction with mode QImode.

* i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
        for call instruction with mode QImode.

From-SVN: r33499
This commit is contained in:
Ulrich Drepper 2000-04-28 01:54:53 +00:00 committed by Ulrich Drepper
parent a9266bfa4a
commit d8b2fb5235
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1366,7 +1366,7 @@ typedef struct ix86_args {
*/
#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))