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] COND_EXPR lowering


On Thu, 2003-10-09 at 09:53, Zdenek Dvorak wrote:

> I don't quite understand your point here.  When one of branches is
> removed, the COND_EXPR is just replaced by a GOTO expr. There is nothing
> more on this, since the branches are not considered separate statements
> and they are not reachable by any other means than by pattern matching
> on the COND_EXPR statement.
> 
Right you are.  Never mind.  I'm still groggy.


Diego.


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