[PM] Port instcombine to the new pass manager!
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineInternal.h
index cd9c9e9d5b5c2da610be3f08fa64cb2fd4209fcc..d12ee09d52f8b5489689057dbaab3a19e976917f 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef LLVM_LIB_TRANSFORMS_INSTCOMBINE_INSTCOMBINEINTERNAL_H
 #define LLVM_LIB_TRANSFORMS_INSTCOMBINE_INSTCOMBINEINTERNAL_H
 
-#include "InstCombineWorklist.h"
 #include "llvm/Analysis/AssumptionCache.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/TargetFolder.h"
@@ -27,6 +26,7 @@
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/PatternMatch.h"
 #include "llvm/Pass.h"
+#include "llvm/Transforms/InstCombine/InstCombineWorklist.h"
 
 #define DEBUG_TYPE "instcombine"