Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / DCE.cpp
index 570a5252d5a0b13fbca4d88f3a3d511679406417..1a523cde461660dcd3dca4d2b84cdd6fa1704b8a 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/Instruction.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/InstIterator.h"
-#include "Support/Statistic.h"
+#include "llvm/ADT/Statistic.h"
 #include <set>
 using namespace llvm;