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

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.025913 seconds and 4 git commands to generate.