diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:34 +0000 |
commit | a11136b16c6c3cf26fc6185447458a1c4b300107 (patch) | |
tree | 2dbde22dbe118af1d5875c29e7f994c46e411dd0 /lib/Target/X86/FloatingPoint.cpp | |
parent | 84b7f8d334d413c34ac7d6c6a2750d9f40e320fc (diff) |
Move DEBUG to Debug.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7497 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 8d242b2e06..779b76dfe8 100644 --- a/lib/Target/X86/FloatingPoint.cpp +++ b/lib/Target/X86/FloatingPoint.cpp @@ -12,6 +12,7 @@ #include "llvm/CodeGen/LiveVariables.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" +#include "Support/Debug.h" #include "Support/Statistic.h" #include <algorithm> #include <iostream> |