add DEBUG and -stats output to earlycse.
[oota-llvm.git] / lib / Transforms / Scalar / EarlyCSE.cpp
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...