[Modules] Move CFG.h to the IR library as it defines graph traits over
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.cpp
index fcf29fd9b8d2ef086f7848783f5ed12a28aa4e3e..941aeac811b73d3959abf56cfa9fdedd51265b35 100644 (file)
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/CodeGen/SelectionDAGNodes.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/GlobalValue.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Type.h"
-#include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"