================ Comment at: lib/Transforms/InstCombine/InstCombine.h:102 @@ -101,2 +101,3 @@ DominatorTree *DT; // not required + TargetLibraryInfo *TLI; bool MadeIRChange; ---------------- This change looks superfluous. http://reviews.llvm.org/D5258