Skip to content

Commit 2f93c0f

Browse files
committed
remove #include
llvm-svn: 30078
1 parent d140393 commit 2f93c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/TargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#include "llvm/Target/TargetMachine.h"
1515
#include "llvm/Target/TargetOptions.h"
16-
#include "llvm/Type.h"
1716
#include "llvm/Support/CommandLine.h"
1817
using namespace llvm;
1918

@@ -127,3 +126,4 @@ namespace llvm {
127126
/// and results are never NaNs or +-Infs.
128127
bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
129128
}
129+

0 commit comments

Comments
 (0)