diff options
author | Richard Henderson <rth@redhat.com> | 2011-03-24 17:04:19 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-03-24 17:04:19 -0700 |
commit | 6abe71eb3d5ea03e4a6bc56968607e59a5bafbb8 (patch) | |
tree | 3121696330a323ad14f67fddeaaaf46319aa0405 /gcc/config/alpha/predicates.md | |
parent | 8039ca76a5705ae5052b20cee64110c32545c4fc (diff) | |
download | gcc-6abe71eb3d5ea03e4a6bc56968607e59a5bafbb8.tar.gz |
alpha: Revert change to input_operand for 32-bit vms.
From-SVN: r171428
Diffstat (limited to 'gcc/config/alpha/predicates.md')
-rw-r--r-- | gcc/config/alpha/predicates.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |