Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
index a5197a0e01cec37ff9dcf1f86c5fac5b2a9cb3af..f3c1a79052cb432fc0d0192a9a6ee8c49b0d5d00 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/Instructions.h"
 #include "llvm/Constants.h"
 #include "llvm/Pass.h"
-#include "Support/Statistic.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {