diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-22 22:28:18 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-22 22:28:18 +0000 |
commit | 1b803a4f58f81fc8c4a444ac0bfe9d6673d2a7e8 (patch) | |
tree | 142b188284244e1af1f13e11413d25988fb0f185 /gcc/config/alpha/predicates.md | |
parent | b7ae811507e37e348b9dd36bad5410628d70eecb (diff) | |
download | gcc-1b803a4f58f81fc8c4a444ac0bfe9d6673d2a7e8.tar.gz |
Remove alpha-winnt code from the backend.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171312 138bc75d-0d04-0410-961f-82ee72b054a4
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 |