On Sat, Aug 17, 2013 at 04:26:44PM -0700, Richard Henderson wrote:
> With the optimization in tcg_liveness_analysis,
> we can avoid the MFLO when it is unused.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/mips/tcg-target.c | 10 ++
> tcg/mips/tcg-target.h | 4 ++--
> 2 files changed
With the optimization in tcg_liveness_analysis,
we can avoid the MFLO when it is unused.
Signed-off-by: Richard Henderson
---
tcg/mips/tcg-target.c | 10 ++
tcg/mips/tcg-target.h | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/tcg/mips/tcg-target.c b/tcg/mips/t