DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
index 993e533abc726f33bef660bd106fce2e76a45a6f..4203818baaf788989a5595bd497b90dbc7ceb3b8 100644 (file)
@@ -13,8 +13,9 @@
 #include "llvm/Type.h"
 #include "llvm/Constants.h"
 #include "llvm/Support/CFG.h"
-#include "Support/STLExtras.h"
+#include "Support/Debug.h"
 #include "Support/Statistic.h"
+#include "Support/STLExtras.h"
 
 namespace {
   Statistic<> NumRemoved ("indvars", "Number of aux indvars removed");