Increment use count of new virtuals created during PHI elimination.
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
2003-04-22 Chris LattnerFix bug: BasicAA/2003-04-22-GEPProblem.ll
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-04 Chris LattnerFix bug: BasicAA/2003-03-04-GEPCrash.ll
2003-03-02 Chris LattnerFix a problem with negative indexes
2003-02-26 Chris LattnerFix bug: BasicAA/2003-02-26-AccessSizeTest.ll
2003-02-26 Chris LattnerFix several bugs in basic-aa
2003-02-26 Chris LattnerMove BasicAA pass out to it's own header file