]> git.proxmox.com Git - qemu.git/commit
tcg-ia64: Use shortcuts for nop insns
authorRichard Henderson <rth@twiddle.net>
Wed, 4 Sep 2013 23:00:52 +0000 (19:00 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Nov 2013 05:56:25 +0000 (15:56 +1000)
commit5f7b16877a431c477d8dac92d0bb553d05c6402e
treeda474308c361ac525007563fe6957986b1488ee3
parente3afa1c4ad3162792421fb64bce937242bc7e0d8
tcg-ia64: Use shortcuts for nop insns

There's no need to go through the full opcode-to-insn function call
to generate nops.  This makes the source a bit more readable.

Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ia64/tcg-target.c