]> Git Repo - qemu.git/commit - tcg/arm/tcg-target.c
tcg: Remove unreachable code in tcg_out_op and op_defs
authorRichard Henderson <[email protected]>
Fri, 25 Apr 2014 19:19:33 +0000 (15:19 -0400)
committerRichard Henderson <[email protected]>
Mon, 12 May 2014 18:13:13 +0000 (11:13 -0700)
commit96d0ee7f0950e725ef7a4f7516e0af6a08d303e0
tree9fdb8dd5cdaccf7d86ebdfafb69c90a5dd146ead
parentaf3cbfbe8018ccc16fb3a0048e928f66f0d05e87
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 <[email protected]>
tcg/aarch64/tcg-target.c
tcg/arm/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-opc.h
tcg/tci/tcg-target.c
This page took 0.028137 seconds and 4 git commands to generate.