summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2f93c0fd33e7467b150296e8288ccdf13f43e9db (patch)
treeeacc89477bff21f02a4e9264fe51f967038f4f94 /llvm/lib/Target/TargetMachine.cpp
parentd140393a4943cc3104c63a78359467ad00e43834 (diff)
downloadbcm5719-llvm-2f93c0fd33e7467b150296e8288ccdf13f43e9db.tar.gz
bcm5719-llvm-2f93c0fd33e7467b150296e8288ccdf13f43e9db.zip
remove #include
llvm-svn: 30078
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index e3ea42254c6..3a9c8b30c43 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/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; }
}
+
OpenPOWER on IntegriCloud