rs6000.c (rs6000_split_multireg_move): Just abort if trying to *store* to a non-offse...
authorGeoffrey Keating <geoffk@apple.com>
Mon, 2 Aug 2004 01:46:40 +0000 (01:46 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 2 Aug 2004 01:46:40 +0000 (01:46 +0000)
commit112ccb83bb807c18e7540748b0b3af51d6cbe6cb
tree5e1323dd5aebf59e11b8dfcd943dcb2e4480da27
parenta4e41fdeecdeadee4f4b221ef38ab38122d1fc18
rs6000.c (rs6000_split_multireg_move): Just abort if trying to *store* to a non-offsettable address.

* config/rs6000/rs6000.c (rs6000_split_multireg_move): Just abort
if trying to *store* to a non-offsettable address.
* config/rs6000/rs6000.md (movtf_internal): Don't move GPRs to
a nonoffsettable address.
(movdi_internal32): Don't move GPRs to a nonoffsettable address.
Clean up.
(movti_string): Don't move GPRs to a nonoffsettable address.
(movti_ppc64): Don't move GPRs to a nonoffsettable address.  Clean up.

From-SVN: r85419
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md