diff options
Diffstat (limited to 'gcc/config/alpha/predicates.md')
-rw-r--r-- | gcc/config/alpha/predicates.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index e41b07055db..9514b8a1272 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -195,9 +195,7 @@ || gotdtp_symbolic_operand (op, mode) || gottp_symbolic_operand (op, mode)); } - - /* This handles both the Windows/NT and OSF cases. */ - return mode == ptr_mode || mode == DImode; + return mode == Pmode; case HIGH: return (TARGET_EXPLICIT_RELOCS |