DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
index 26bdfda63187fb9e57ed4b52bf96573c566f55f5..3e8dc0ce5dab0c6e4a7f41ca255844d9e885d551 100644 (file)
@@ -31,6 +31,7 @@
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/CFG.h"
+#include "Support/Debug.h"
 #include "Support/PostOrderIterator.h"
 #include "Support/Statistic.h"
 #include <algorithm>