[Modules] Move CFG.h to the IR library as it defines graph traits over
[oota-llvm.git] / include / llvm / Transforms / Utils / BasicBlockUtils.h
index cab0d5f29c2b658f609e1fe1e2f998514fca863c..95d08a4d661cb99501738ef5d2f9ddbae965818d 100644 (file)
@@ -18,7 +18,7 @@
 // FIXME: Move to this file: BasicBlock::removePredecessor, BB::splitBasicBlock
 
 #include "llvm/IR/BasicBlock.h"
-#include "llvm/Support/CFG.h"
+#include "llvm/IR/CFG.h"
 
 namespace llvm {