unuglyfying code
authorAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 23 Jul 2000 17:17:37 +0000 (17:17 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 23 Jul 2000 17:17:37 +0000 (17:17 +0000)
From-SVN: r35206

gcc/recog.c

index 3b7dab3..a8d06bb 100644 (file)
@@ -934,10 +934,13 @@ general_operand (op, mode)
   if (code == MEM)
     {
       register rtx y = XEXP (op, 0);
+
       if (! volatile_ok && MEM_VOLATILE_P (op))
        return 0;
+
       if (GET_CODE (y) == ADDRESSOF)
        return 1;
+
       /* Use the mem's mode, since it will be reloaded thus.  */
       mode = GET_MODE (op);
       GO_IF_LEGITIMATE_ADDRESS (mode, y, win);