This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [i386 PATCH] PR26600: SSE2 related ICE in reload (take 2)


On Saturday 13 May 2006 17:26, Roger Sayle wrote:
> +     case CONST_VECTOR:
> +       if (x == CONST0_RTX (GET_MODE (x)))
> + 	return true;
> +       return false;

Typo.

btw, could you remove the  /* FALLTHRU */ line in the

        return true;
      if (GET_CODE (x) != SYMBOL_REF)
        return false;
      /* FALLTHRU */

case while you're there?

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]