summaryrefslogtreecommitdiff
path: root/dragonegg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-22 07:04:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-22 07:04:54 +0000
commit835a9672a00a9f5cc9ee66587f8c3cfef8f1e713 (patch)
treee03e08f0528d0f86dbd2288833ed53ce7255eb55 /dragonegg
parentc5e37abad08e4422c7601253ccab4ed157b0ca51 (diff)
dragonegg/src/Convert.cpp: Add explicit DEBUG_TYPE corresponding to LLVM r206822.
Diffstat (limited to 'dragonegg')
-rw-r--r--dragonegg/src/Convert.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonegg/src/Convert.cpp b/dragonegg/src/Convert.cpp
index 97446bc2c77..2240b06076c 100644
--- a/dragonegg/src/Convert.cpp
+++ b/dragonegg/src/Convert.cpp
@@ -98,6 +98,7 @@ extern void debug_gimple_stmt(union gimple_statement_d *);
static LLVMContext &Context = getGlobalContext();
+#define DEBUG_TYPE "dragonegg"
STATISTIC(NumBasicBlocks, "Number of basic blocks converted");
STATISTIC(NumStatements, "Number of gimple statements converted");