OSDN Git Service

*** empty log message ***
authorjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 1992 17:53:14 +0000 (17:53 +0000)
committerjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 1992 17:53:14 +0000 (17:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1096 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/i386.md

index e387281..ce52432 100644 (file)
   ""
   "
 {
-  if (! GET_CODE (operands[2]) == CONST_INT
+  if (GET_CODE (operands[2]) != CONST_INT
       || ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
     {
       operands[2] = copy_to_mode_reg (QImode, operands[2]);
   ""
   "
 {
-  if (! GET_CODE (operands[2]) == CONST_INT
+  if (GET_CODE (operands[2]) != CONST_INT
       || ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
     {
       operands[2] = copy_to_mode_reg (QImode, operands[2]);
   ""
   "
 {
-  if (! GET_CODE (operands[2]) == CONST_INT
+  if (GET_CODE (operands[2]) != CONST_INT
       || ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
     {
       operands[2] = copy_to_mode_reg (QImode, operands[2]);