Revision 98b8d951 tcg/ppc/tcg-target.c

b/tcg/ppc/tcg-target.c
1575 1575
    case INDEX_op_rotr_i32:
1576 1576
        if (const_args[2]) {
1577 1577
            if (!args[2]) {
1578
                tcg_out_mov (s, args[0], args[2]);
1578
                tcg_out_mov (s, args[0], args[1]);
1579 1579
            }
1580 1580
            else {
1581 1581
                tcg_out32 (s, RLWINM

Also available in: Unified diff