diff options
Diffstat (limited to 'llvm/lib/IR')
| -rw-r--r-- | llvm/lib/IR/ConstantsContext.h | 2 | ||||
| -rw-r--r-- | llvm/lib/IR/Core.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/IR/Pass.cpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/IR/ConstantsContext.h b/llvm/lib/IR/ConstantsContext.h index 59b9d4d3c5e..efa132ea9ec 100644 --- a/llvm/lib/IR/ConstantsContext.h +++ b/llvm/lib/IR/ConstantsContext.h @@ -25,6 +25,8 @@ #include "llvm/Support/raw_ostream.h" #include <map> +#define DEBUG_TYPE "ir" + namespace llvm { template<class ValType> struct ConstantTraits; diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp index 81aa402b300..be5727b3cb3 100644 --- a/llvm/lib/IR/Core.cpp +++ b/llvm/lib/IR/Core.cpp @@ -41,6 +41,8 @@ using namespace llvm; +#define DEBUG_TYPE "ir" + void llvm::initializeCore(PassRegistry &Registry) { initializeDominatorTreeWrapperPassPass(Registry); initializePrintModulePassWrapperPass(Registry); diff --git a/llvm/lib/IR/Pass.cpp b/llvm/lib/IR/Pass.cpp index 0f1446fabad..bb55d2af7cf 100644 --- a/llvm/lib/IR/Pass.cpp +++ b/llvm/lib/IR/Pass.cpp @@ -22,6 +22,8 @@ #include "llvm/Support/raw_ostream.h" using namespace llvm; +#define DEBUG_TYPE "ir" + //===----------------------------------------------------------------------===// // Pass Implementation // |

