Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / RaiseAllocations.cpp
index 36aef9c8eb6968be65afdbeb12859467ee6dc3a7..42edb7e05de31fdf3d4ca4bad9e448afe4e0859d 100644 (file)
@@ -19,7 +19,7 @@
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CallSite.h"
-#include "Support/Statistic.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {