Handle PHINode with only one incoming value.
[oota-llvm.git] / lib / Transforms / Scalar / CondPropagate.cpp
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-18 Chris Lattnersilence a bogus warning
2005-04-15 Chris Lattnera new simple pass, which will be extended to be more...