From: Richard Henderson Date: Fri, 25 Mar 2011 00:04:19 +0000 (-0700) Subject: alpha: Revert change to input_operand for 32-bit vms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6abe71eb3d5ea03e4a6bc56968607e59a5bafbb8;p=gcc.git alpha: Revert change to input_operand for 32-bit vms. From-SVN: r171428 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85c45b61cb8..aef5088dff9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-24 Richard Henderson + + * config/alpha/predicates.md (input_operand): Revert last change; + update comment to mention 32-bit VMS rather than Windows. + 2011-03-24 Nathan Froyd * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index 9514b8a1272..da76d4f5bfd 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -195,7 +195,8 @@ || 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