projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2e0e6
)
remove #include
author
Chris Lattner
<sabre@nondot.org>
Mon, 4 Sep 2006 04:06:01 +0000
(
04:06
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 4 Sep 2006 04:06:01 +0000
(
04:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30078
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetMachine.cpp
b/lib/Target/TargetMachine.cpp
index e3ea42254c61f6a338f42b1ea45c3ac143fac188..3a9c8b30c438ecacc3bd2bf85dc64482a38ad219 100644
(file)
--- 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; }
}
+