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]

Re: ia32: extension dependant givs


This bit looks a bit weird:

>   	    }
>   	  break;
>   	}
>         /* Fall through to general case.  */
> +       goto do_default;
> + 
>       default:
> +     do_default:
>         /* If invariant, return as USE (unless CONST_INT).
>   	 Otherwise, not giv.  */
>         if (GET_CODE (x) == USE)

Bernd


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