[Modules] Move CFG.h to the IR library as it defines graph traits over
[oota-llvm.git] / lib / Transforms / Utils / BreakCriticalEdges.cpp
index 0939252f5cc988885241963ab8e0ea3adb9bd077..61f184449444b994a15de645ed63142b21c7a902 100644 (file)
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/CFG.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/Dominators.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Type.h"
-#include "llvm/Support/CFG.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 using namespace llvm;