commit | ebd27391b00cdafc81e0541a940686137b3b48df | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jun 04 21:53:23 2015 +0200 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jun 09 07:00:56 2015 -0700 |
tree | 4a6caf9c7c2934e8c8aeee9d19398407bc524e50 | |
parent | c19f47bf5e8fe3dbd10206a52d0e6e348f803933 [diff] |
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 <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Message-Id: <1433447607-31184-2-git-send-email-aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>