Replace dyn_cast with isa in places that weren't using the returned value for more...
[oota-llvm.git] / lib / Transforms / Scalar / LoopLoadElimination.cpp
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-04 Adam NemetFix unused variable warning from r252017
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass