[PATCH] Fix problem in the expansion of ROTATE expressions

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Tue Mar 23 13:52:00 GMT 2004


    !       if (target == 0 || target == op0 || target == op1
    ! 	  || GET_CODE (target) == MEM)

This should be GET_CODE (target) != REG.

Other than that, this is OK.



More information about the Gcc-patches mailing list