commit | 15fc7daa770764cc795158cbb525569f156f3659 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Mar 30 20:40:35 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Thu Feb 12 21:21:38 2015 -0800 |
tree | 6e32159b0f8f703a575e1f70903a5cab6996f09b | |
parent | a4ce099a7a4b4734c372f6bf28f3362e370f23c1 [diff] |
tcg: Remove unused opcodes We no longer need INDEX_op_end to terminate the list, nor do we need 5 forms of nop, since we just remove the TCGOp instead. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>