debug type for DSA TD
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 7 Nov 2006 20:35:11 +0000 (20:35 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 7 Nov 2006 20:35:11 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31509 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/TopDownClosure.cpp

index 55a37dbcd164ea3409d42c97b675fef7b979aa52..d0bb7e1e07cc816c6fc1187a12308a7fc2eda4e9 100644 (file)
@@ -13,7 +13,7 @@
 // like pointer analysis.
 //
 //===----------------------------------------------------------------------===//
-
+#define DEBUG_TYPE "td_dsa"
 #include "llvm/Analysis/DataStructure/DataStructure.h"
 #include "llvm/Module.h"
 #include "llvm/DerivedTypes.h"