]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove cc0 remnants from avr port
authorJeff Law <jlaw@tachyum.com>
Wed, 5 May 2021 15:15:42 +0000 (09:15 -0600)
committerJeff Law <jlaw@tachyum.com>
Wed, 5 May 2021 15:17:14 +0000 (09:17 -0600)
gcc/
* config/avr/avr.md: Remove references to CC_STATUS_INIT.

gcc/config/avr/avr.md

index a1a325b7a8cea69e4469e56f3793e9dc31f72e81..271f95fbf7ada7efedcc86276c07b9a630aaac9f 100644 (file)
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1" CR_TAB
                        "sbc %C0,__zero_reg__" CR_TAB
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1", operands);
     else
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1", operands);
     else
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     output_asm_insn ("ldi %3,1"   CR_TAB
                      "sub %A0,%3" CR_TAB
                      "sbc %B0,__zero_reg__", operands);