commit | a11136b16c6c3cf26fc6185447458a1c4b300107 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:21:34 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:21:34 2003 +0000 |
tree | 2dbde22dbe118af1d5875c29e7f994c46e411dd0 | |
parent | 84b7f8d334d413c34ac7d6c6a2750d9f40e320fc [diff] [blame] |
Move DEBUG to Debug.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7497 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/FloatingPoint.cpp b/lib/Target/X86/FloatingPoint.cpp index 8d242b2..779b76d 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>