(convert_to_mode): Move misplaced parentheses.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 7 Jul 1993 22:04:52 +0000 (15:04 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 7 Jul 1993 22:04:52 +0000 (15:04 -0700)
From-SVN: r4878

gcc/expr.c

index 4c6e84a6455483edd2b355d4459ed43e560db3b1..965eabc2c762837e5a4bdba9853178b5729e727a 100644 (file)
@@ -1111,8 +1111,8 @@ convert_to_mode (mode, x, unsignedp)
          && GET_MODE_CLASS (GET_MODE (x)) == MODE_INT
          && (GET_CODE (x) == CONST_DOUBLE
              || (GET_MODE_SIZE (mode) <= GET_MODE_SIZE (GET_MODE (x))
-                 && ((GET_CODE (x) == MEM && ! MEM_VOLATILE_P (x))
-                     && direct_load[(int) mode]
+                 && ((GET_CODE (x) == MEM && ! MEM_VOLATILE_P (x)
+                      && direct_load[(int) mode])
                      || GET_CODE (x) == REG)))))
     return gen_lowpart (mode, x);