mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
alpha: Revert change to input_operand for 32-bit vms.
From-SVN: r171428
This commit is contained in:
parent
8039ca76a5
commit
6abe71eb3d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user