]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Sep 2012 21:55:47 +0000 (14:55 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 27 Sep 2012 19:38:50 +0000 (21:38 +0200)
commitfdefe51c288866b98e62663fa18c8af1d66bf5f6
tree5560732a1024bda244f79a515e6097ae87ffc9d1
parent6673f47da21718d07346b0f3725f0dbf0d6d8e45
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.

For all targets that currently call tcg_gen_debug_insn_start,
add CPU_LOG_TB_OP_OPT to the condition that gates it.

This is useful for comparing optimization dumps, when the
pre-optimization dump is merely noise.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
12 files changed:
target-alpha/translate.c
target-arm/translate.c
target-cris/translate.c
target-i386/translate.c
target-lm32/translate.c
target-microblaze/translate.c
target-mips/translate.c
target-openrisc/translate.c
target-ppc/translate.c
target-sh4/translate.c
target-sparc/translate.c
target-xtensa/translate.c