Add iterator_range for MachineInstr defs.
[oota-llvm.git] / include / llvm / Analysis / IntervalIterator.h
index 22067c4f3c825107153bb96807d278b53cb52a71..73aff76efe83720e7a0c8beabe26d711f8dad6e8 100644 (file)
@@ -34,8 +34,8 @@
 #define LLVM_ANALYSIS_INTERVALITERATOR_H
 
 #include "llvm/Analysis/IntervalPartition.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/Function.h"
-#include "llvm/Support/CFG.h"
 #include <algorithm>
 #include <set>
 #include <vector>