diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
| -rw-r--r-- | gcc/config/rs6000/rs6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 36c50b4..b3d3913 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -3491,7 +3491,7 @@ print_operand (file, x, code) || (GET_CODE (XEXP (XEXP (x, 0), 0)) != SYMBOL_REF && GET_CODE (XEXP (XEXP (x, 0), 0)) != LABEL_REF) || GET_CODE (XEXP (XEXP (x, 0), 1)) != CONST_INT) - output_operand_lossage ("invalid %%l value"); + output_operand_lossage ("invalid %%K value"); print_operand_address (file, XEXP (XEXP (x, 0), 0)); fputs ("@l", file); print_operand (file, XEXP (XEXP (x, 0), 1), 0); @@ -4073,7 +4073,7 @@ output_cbranch (op, label, reversed, insn) else s += sprintf (s, "b%s%s ", ccode, pred); - s += sprintf (s, "cr%d", cc_regno); + s += sprintf (s, "%d", cc_regno); if (label != NULL) { |
