tcg-ppc: Use conditional branch and link to slow path
commit5b1c985b7e4d3f430769925c1775c9e8836272df
authorRichard Henderson <rth@twiddle.net>
Mon, 9 Sep 2013 23:49:36 +0000 (9 16:49 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 25 Sep 2013 14:46:31 +0000 (25 07:46 -0700)
tree1f3176bc8ac5c0767babe9357bc2a2f7f2b0f5d3
parent1d10cf9886429d17d22e233081697ef27465dca3
tcg-ppc: Use conditional branch and link to slow path

Saves one insn per slow path.  Note that we can no longer use
a tail call into the store helper.

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