[Modules] Make Support/Debug.h modular. This requires it to not change
[oota-llvm.git] / lib / Analysis / LoopPass.cpp
index addff3e64c3b73838a715c8ccf6eb4ced1c99810..683d6d74ab42949b14ef5bc7c45cf11b408c855a 100644 (file)
@@ -19,6 +19,8 @@
 #include "llvm/Support/Timer.h"
 using namespace llvm;
 
+#define DEBUG_TYPE "loop-pass-manager"
+
 namespace {
 
 /// PrintLoopPass - Print a Function corresponding to a Loop.