recog.c (store_data_bypass_p_1): New function.
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Dec 2017 22:20:27 +0000 (23:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Dec 2017 22:20:27 +0000 (23:20 +0100)
commit0a2c51498215e3e881b40bab388242390a8b4678
tree86deb89bda28318f32c83bbb33cefb04312246bb
parent9221f990e762755626257b019839fb83baee791f
recog.c (store_data_bypass_p_1): New function.

* recog.c (store_data_bypass_p_1): New function.
(store_data_bypass_p): Handle USE in a PARALLEL like CLOBBER.  Use
store_data_bypass_p_1 to avoid code duplication.  Formatting fixes.

From-SVN: r255553
gcc/ChangeLog
gcc/recog.c