--- gcc/config/or1k/or1k.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gcc/config/or1k/or1k.c b/gcc/config/or1k/or1k.c index 2a6bb96..28e5a40 100644 --- a/gcc/config/or1k/or1k.c +++ b/gcc/config/or1k/or1k.c @@ -1292,9 +1292,9 @@ or1k_output_cmov (rtx * operands) mode_got = GET_MODE (operands[4]); if (mode_calc != mode_got) - return "\tl.cmov\t%0,%3,%2"; /* reversed */ + return "l.cmov\t%0,%3,%2"; /* reversed */ else - return "\tl.cmov\t%0,%2,%3"; + return "l.cmov\t%0,%2,%3"; } /* or1k_output_cmov () */ -- 1.7.9.5 _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
