Commit d8b2fb52 by Ulrich Drepper Committed by Ulrich Drepper

i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference for call…

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
parent a9266bfa
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.
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment