diff options
| -rw-r--r-- | cgopt.c | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -1586,6 +1586,9 @@ IF_G_RISC (case IADDI: case ILSLI:)  #if defined (M68000) || defined (G_POWER)  			case IEXTB:  #endif +#if defined (I486) || defined (G_POWER) +			case INEG:	case INOT: +#endif  			/* case IJMP:	case IJSR: */  				use_parameter (&instruction->instruction_parameters[0]);  				break; @@ -3878,6 +3881,9 @@ IF_G_RISC (case IADDI: case ILSLI:)  #if defined (M68000) || defined (G_POWER)  			case IEXTB:  #endif +#if defined (I486) || defined (G_POWER) +			case INEG:	case INOT: +#endif  				instruction_usedef (instruction);  				break;  			case IFSEQ:	case IFSGE:	case IFSGT:	case IFSLE:	case IFSLT:	case IFSNE:  | 
