tcg/optimize: remove opc argument from tcg_opt_gen_mov
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 4 Jun 2015 19:53:24 +0000 (21:53 +0200)
committerRichard Henderson <rth@twiddle.net>
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 <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <1433447607-31184-3-git-send-email-aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/optimize.c