OSDN Git Service

tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path
authorRichard Henderson <rth@twiddle.net>
Thu, 29 Aug 2013 17:07:24 +0000 (10:07 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 25 Sep 2013 14:46:31 +0000 (07:46 -0700)
commit1d10cf9886429d17d22e233081697ef27465dca3
treeaf1155b56210545863bd0123f8fc975778e877b7
parent4b2b114d8cc0f0f59bc20855bf287fb3df55b553
tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path

Coding style fixes.  Use TCGReg enumeration values instead of raw
numbers.  Don't needlessly pull the whole TCGLabelQemuLdst struct
into local variables.  Less conditional compilation.

No functional changes.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc/tcg-target.c