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: [tree-ssa]: Dump file option names and small DCE fix


On Thu, 2002-09-19 at 10:19, Jeff Law wrote:

>  >	if (impossible)
>  >	  return;
>  >
>  >By making the return inherently necessary, you trick DCE into
>  >leaving the if() that we already know is impossible.
> This should be caught by CCP, not DCE.  
>
D'oh!  Yes, bad example.  Sorry.


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