Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
[oota-llvm.git] / include / llvm / Transforms / InstCombine / InstCombine.h
2015-01-24 Patrik HagglundRevert r227013 "Add visibility attribute for InstCombin...
2015-01-24 Patrik HagglundAdd visibility attribute for InstCombinePass (r226987).
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!