commit | 96d0ee7f0950e725ef7a4f7516e0af6a08d303e0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Apr 25 15:19:33 2014 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Mon May 12 11:13:13 2014 -0700 |
tree | 9fdb8dd5cdaccf7d86ebdfafb69c90a5dd146ead | |
parent | af3cbfbe8018ccc16fb3a0048e928f66f0d05e87 [diff] |
tcg: Remove unreachable code in tcg_out_op and op_defs The INDEX_op_call case has just been obsoleted; the mov and movi cases have not been reachable for years. Attempt to document this both in each tcg_out_op switch, and via TCG_OPF_NOT_PRESENT. Because of the TCG_OPF_NOT_PRESENT change, this must be done for all targets in a single commit. Signed-off-by: Richard Henderson <rth@twiddle.net>