[cfe-commits] r76531 - in /cfe/trunk: lib/Analysis/CFG.cpp test/Analysis/dead-stores.c

Mike Stump mrs at apple.com
Mon Jul 20 19:01:59 PDT 2009


On Jul 20, 2009, at 6:54 PM, Eli Friedman wrote:
> On Mon, Jul 20, 2009 at 6:46 PM, Mike Stump<mrs at apple.com> wrote:
>>  CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C) {
>> +  // See if this is a known constant.
>
> It's a constant by definition.

Yeah, I kinda want to refactor all the cut-n-paste code with something  
nicer.  If all the versions of it are identical, or nearly so, it  
aides in refactoring them out mindlessly.



More information about the cfe-commits mailing list