summaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 04:06:01 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 04:06:01 +0000
commit3199af2874ac10b534b0306fe4e57d20a5c6b028 (patch)
tree84b8844b85c32585f05f6e3b6212d9fdfbddec37 /lib/Target/TargetMachine.cpp
parent3f2e0e61653ece363f777850cca112b5f379799b (diff)
downloadexternal_llvm-3199af2874ac10b534b0306fe4e57d20a5c6b028.zip
external_llvm-3199af2874ac10b534b0306fe4e57d20a5c6b028.tar.gz
external_llvm-3199af2874ac10b534b0306fe4e57d20a5c6b028.tar.bz2
remove #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r--lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp
index e3ea422..3a9c8b3 100644
--- a/lib/Target/TargetMachine.cpp
+++ b/lib/Target/TargetMachine.cpp
@@ -13,7 +13,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
-#include "llvm/Type.h"
#include "llvm/Support/CommandLine.h"
using namespace llvm;
@@ -127,3 +126,4 @@ namespace llvm {
/// and results are never NaNs or +-Infs.
bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
}
+