This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[NDS32, committed] Fix print operand for cctl register.
- From: Chung-Ju Wu <jasonwucj at gmail dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: shiva0217 at gmail dot com
- Date: Fri, 27 Apr 2018 14:15:49 +0800
- Subject: [NDS32, committed] Fix print operand for cctl register.
Hi, all,
There was an error in nds32_print_operand() to output
cctl register. It would be better to set value earlier.
The following commit is to fix such issue.
Committed as Rev.259643: https://gcc.gnu.org/r259643
gcc/
* config/nds32/nds32.c (nds32_print_operand): Set op_value earlier.
Best regards,
jasonwucj