diff options
author | Aaron Sawdey <acsawdey@linux.ibm.com> | 2020-06-02 15:48:01 -0500 |
---|---|---|
committer | Aaron Sawdey <acsawdey@linux.ibm.com> | 2020-06-03 16:01:27 -0500 |
commit | c0d738a0f493a85f46d7618efe20a89bf7f7ead8 (patch) | |
tree | dbca18c6d4ef373e1abffb319c2c3b9692570da4 /gcc/c | |
parent | c06280ac4c34b0aff8cfa2e74ae8c7afd759d52f (diff) | |
download | gcc-c0d738a0f493a85f46d7618efe20a89bf7f7ead8.zip gcc-c0d738a0f493a85f46d7618efe20a89bf7f7ead8.tar.gz gcc-c0d738a0f493a85f46d7618efe20a89bf7f7ead8.tar.bz2 |
identify lfs prefixed case PR95347
The same problem also arises for plfs where prefixed_load_p()
doesn't recognize it so we get just lfs in the asm output
with an @pcrel address.
PR target/95347
* config/rs6000/rs6000.c (is_stfs_insn): Rename to
is_lfs_stfs_insn and make it recognize lfs as well.
(prefixed_store_p): Use is_lfs_stfs_insn().
(prefixed_load_p): Use is_lfs_stfs_insn() to recognize lfs.
Diffstat (limited to 'gcc/c')
0 files changed, 0 insertions, 0 deletions