OSDN Git Service

* config/mn10300/mn10300.c (notice_update_cc): Don't handle
[pf3gnuchains/gcc-fork.git] / gcc / config / mn10300 / mn10300.c
index 2c68dcb..978d1c7 100644 (file)
@@ -1198,13 +1198,6 @@ notice_update_cc (rtx body, rtx insn)
        cc_status.mdep.fpCC = 1;
       break;
 
-    case CC_INVERT:
-      /* The insn is a compare instruction.  */
-      CC_STATUS_INIT;
-      cc_status.value1 = SET_SRC (body);
-      cc_status.flags |= CC_INVERTED;
-      break;
-
     case CC_CLOBBER:
       /* Insn doesn't leave CC in a usable state.  */
       CC_STATUS_INIT;