Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
index 9738879e28284eae4cc7b44a97a13c9446d5d541..53c56d2631abc8aa26f982912a00279892c77186 100644 (file)
@@ -38,9 +38,9 @@
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/CFG.h"
-#include "Support/Debug.h"
-#include "Support/PostOrderIterator.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/PostOrderIterator.h"
+#include "llvm/ADT/Statistic.h"
 #include <algorithm>
 using namespace llvm;