]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcse.c (can_assign_to_reg_p): New function, split out from...
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 23 Mar 2004 09:33:30 +0000 (09:33 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 23 Mar 2004 09:33:30 +0000 (09:33 +0000)
commit1707bafaa50737e92d6d374b69a4de4d02ab4476
treefb7805eaa3dd4f5f9578071423db5c11ddeef1e1
parent63185fabbac3d69f62a463c5d1dc18c9a92c9cac
gcse.c (can_assign_to_reg_p): New function, split out from...

* gcse.c (can_assign_to_reg_p): New function, split out from...
(want_to_gcse_p): ...here.
(compute_ld_motion_mems): Use can_assign_to_reg_p to validate
the rhs of a store.

From-SVN: r79856
gcc/ChangeLog
gcc/gcse.c