DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / LICM.cpp
index 9069338e32353357c5f0772a59cf4f1772943ffa..2ac0a4466c49c3b00ceb37bbc8d0b6f130afbc1f 100644 (file)
@@ -31,8 +31,9 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/CFG.h"
-#include "Support/Statistic.h"
 #include "Support/CommandLine.h"
+#include "Support/Debug.h"
+#include "Support/Statistic.h"
 #include "llvm/Assembly/Writer.h"
 #include <algorithm>