Initial implementation of the nodes in a SelectionDAG.
[oota-llvm.git] / include / llvm / CodeGen / SchedGraphCommon.h
index fbb9dac7517d81da76c82365265558a64e1ddcfd..167bfb0f2d2ade7c04a8a357846f78157e44ff9a 100644 (file)
@@ -16,7 +16,7 @@
 #define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H
 
 #include "llvm/Value.h"
-#include "Support/iterator"
+#include "llvm/ADT/iterator"
 #include <vector>
 
 namespace llvm {