DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / ADCE.cpp
index 6b838ba1862d212769c675a63c39ede44128ce8b..27623fbacb9a5b868f6db4a3c6c5be2fd37c1170 100644 (file)
 #include "llvm/iPHINode.h"
 #include "llvm/Constant.h"
 #include "llvm/Support/CFG.h"
-#include "Support/STLExtras.h"
+#include "Support/Debug.h"
 #include "Support/DepthFirstIterator.h"
 #include "Support/Statistic.h"
+#include "Support/STLExtras.h"
 #include <algorithm>
 
 namespace {