summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp')
-rw-r--r--lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp b/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
index 9ae8c0d088..215fe89bda 100644
--- a/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
+++ b/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
@@ -11,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "asm-printer"
#include "XCoreInstPrinter.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/MC/MCExpr.h"
@@ -22,6 +21,8 @@
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
+#define DEBUG_TYPE "asm-printer"
+
#include "XCoreGenAsmWriter.inc"
void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {