[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineMulDivRem.cpp
index b2ff96f401e9e78059e332ef9a291cfa0eb038d5..ead24d99fb9caf4e8a8ccf6fff71a6d1a147207c 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "InstCombine.h"
+#include "InstCombineInternal.h"
 #include "llvm/Analysis/InstructionSimplify.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/PatternMatch.h"