summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-03 21:14:38 +0000
committerChris Lattner <sabre@nondot.org>2003-08-03 21:14:38 +0000
commitcb5335877804fe9e555be8955314935f35c26f30 (patch)
tree012d5db192dce09b4f46ca0a2553bd9f354195fe /lib
parent925b771dc378d6c88da44cd5b6650f2758c3c0a7 (diff)
downloadllvm-cb5335877804fe9e555be8955314935f35c26f30.tar.gz
llvm-cb5335877804fe9e555be8955314935f35c26f30.tar.bz2
llvm-cb5335877804fe9e555be8955314935f35c26f30.tar.xz
Set debug types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/FloatingPoint.cpp1
-rw-r--r--lib/Target/X86/X86CodeEmitter.cpp1
-rw-r--r--lib/Target/X86/X86FloatingPoint.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/X86/FloatingPoint.cpp b/lib/Target/X86/FloatingPoint.cpp
index 779b76dfe8..f37b65fe05 100644
--- a/lib/Target/X86/FloatingPoint.cpp
+++ b/lib/Target/X86/FloatingPoint.cpp
@@ -5,6 +5,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "fp"
#include "X86.h"
#include "X86InstrInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp
index cb38af65e2..41289540ce 100644
--- a/lib/Target/X86/X86CodeEmitter.cpp
+++ b/lib/Target/X86/X86CodeEmitter.cpp
@@ -5,6 +5,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "jit"
#include "X86TargetMachine.h"
#include "X86.h"
#include "llvm/PassManager.h"
diff --git a/lib/Target/X86/X86FloatingPoint.cpp b/lib/Target/X86/X86FloatingPoint.cpp
index 779b76dfe8..f37b65fe05 100644
--- a/lib/Target/X86/X86FloatingPoint.cpp
+++ b/lib/Target/X86/X86FloatingPoint.cpp
@@ -5,6 +5,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "fp"
#include "X86.h"
#include "X86InstrInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"