diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-03 21:14:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-03 21:14:38 +0000 |
commit | cb5335877804fe9e555be8955314935f35c26f30 (patch) | |
tree | 012d5db192dce09b4f46ca0a2553bd9f354195fe /lib/Target/X86/FloatingPoint.cpp | |
parent | 925b771dc378d6c88da44cd5b6650f2758c3c0a7 (diff) |
Set debug types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/FloatingPoint.cpp')
-rw-r--r-- | lib/Target/X86/FloatingPoint.cpp | 1 |
1 files changed, 1 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" |