Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
index 7c1f1161f59f96cca49898557ec2e544231143d3..a2693534879bbfae2a8c1e96c28de8556f0b94d6 100644 (file)
@@ -46,8 +46,8 @@
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Transforms/Utils/Local.h"
-#include "Support/CommandLine.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {