summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Exchange')
-rw-r--r--polly/lib/Exchange/JSONExporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp
index eb5ac2eaf74..aac665e183c 100644
--- a/polly/lib/Exchange/JSONExporter.cpp
+++ b/polly/lib/Exchange/JSONExporter.cpp
@@ -22,8 +22,6 @@
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/system_error.h"
-#define DEBUG_TYPE "polly-import-jscop"
-
#include "json/reader.h"
#include "json/writer.h"
@@ -37,6 +35,8 @@
using namespace llvm;
using namespace polly;
+#define DEBUG_TYPE "polly-import-jscop"
+
STATISTIC(NewAccessMapFound, "Number of updated access functions");
namespace {
OpenPOWER on IntegriCloud