summaryrefslogtreecommitdiff
path: root/lib/IR/ConstantsContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/ConstantsContext.h')
-rw-r--r--lib/IR/ConstantsContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/IR/ConstantsContext.h b/lib/IR/ConstantsContext.h
index 59b9d4d3c5..efa132ea9e 100644
--- a/lib/IR/ConstantsContext.h
+++ b/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;