Changes For Bug 352
[oota-llvm.git] / lib / Analysis / DataStructure / Parallelize.cpp
index c944b8cc20dc3cb974dce74a00294fae92c6b8cb..3dcb05ee064da23877e035a0ed94f3de3f89ff57 100644 (file)
 #include "llvm/Analysis/DataStructure/DSGraph.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Transforms/Utils/Local.h"
-#include "Support/Statistic.h"
-#include "Support/STLExtras.h"
-#include "Support/hash_set"
-#include "Support/hash_map"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/hash_set"
+#include "llvm/ADT/hash_map"
 #include <functional>
 #include <algorithm>
 using namespace llvm;