]> Git Repo - qemu.git/commit - tcg/optimize.c
tcg/optimize: remove opc argument from tcg_opt_gen_mov
authorAurelien Jarno <[email protected]>
Thu, 4 Jun 2015 19:53:24 +0000 (21:53 +0200)
committerRichard Henderson <[email protected]>
Tue, 9 Jun 2015 14:00:56 +0000 (07:00 -0700)
commit8d6a91602ea824ef4435ea38fd475387eecc098c
treebb516a738637c39b2bca6ed47dfae8089577529f
parentebd27391b00cdafc81e0541a940686137b3b48df
tcg/optimize: remove opc argument from tcg_opt_gen_mov

We can get the opcode using the TCGOp pointer. It needs to be
dereferenced, but it's anyway done a few lines below to write
the new value.

Cc: Richard Henderson <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
Message-Id: <1433447607[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/optimize.c
This page took 0.023653 seconds and 4 git commands to generate.