alpha: Revert change to input_operand for 32-bit vms.
authorRichard Henderson <rth@redhat.com>
Fri, 25 Mar 2011 00:04:19 +0000 (17:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 25 Mar 2011 00:04:19 +0000 (17:04 -0700)
From-SVN: r171428

gcc/ChangeLog
gcc/config/alpha/predicates.md

index 85c45b61cb815cef00064bb1fbecc9da7c8d22c3..aef5088dff9bf3b021a562a8ff6b21b2a1e64f23 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-24  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/predicates.md (input_operand): Revert last change;
+       update comment to mention 32-bit VMS rather than Windows.
+
 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
 
        * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
index 9514b8a1272118c43261e74e7fa04089d7858aa0..da76d4f5bfd6073a1fd25ca4bd1e8f501b52b8d9 100644 (file)
                  || gotdtp_symbolic_operand (op, mode)
                  || gottp_symbolic_operand (op, mode));
        }
-      return mode == Pmode;
+      /* VMS still has a 32-bit mode.  */
+      return mode == ptr_mode || mode == Pmode;
 
     case HIGH:
       return (TARGET_EXPLICIT_RELOCS