http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53381

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-17 
06:44:35 UTC ---
Can't you instead of using single_set just find the single set with GET_CODE
(SET_SRC (set)) == CALL (and only punt if there is none or more than one)?
That would handle e.g. the AVX marked call or this one just fine...

Reply via email to