aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreSubtarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/XCoreSubtarget.cpp')
-rw-r--r--lib/Target/XCore/XCoreSubtarget.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreSubtarget.cpp b/lib/Target/XCore/XCoreSubtarget.cpp
index 8cfb770..89ea03a 100644
--- a/lib/Target/XCore/XCoreSubtarget.cpp
+++ b/lib/Target/XCore/XCoreSubtarget.cpp
@@ -15,12 +15,14 @@
#include "XCore.h"
#include "llvm/Support/TargetRegistry.h"
+using namespace llvm;
+
+#define DEBUG_TYPE "xcore-subtarget"
+
#define GET_SUBTARGETINFO_TARGET_DESC
#define GET_SUBTARGETINFO_CTOR
#include "XCoreGenSubtargetInfo.inc"
-using namespace llvm;
-
void XCoreSubtarget::anchor() { }
XCoreSubtarget::XCoreSubtarget(const std::string &TT,