]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorJames Van Artsdalen <jrv@gnu.org>
Wed, 27 May 1992 17:53:14 +0000 (17:53 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Wed, 27 May 1992 17:53:14 +0000 (17:53 +0000)
From-SVN: r1096

gcc/config/i386/i386.md

index e387281e2d54b2d6859757f034713e77ae4e6315..ce524320cc33bd3ea3a8614553ad0562fa91fa68 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]);
This page took 0.093609 seconds and 5 git commands to generate.