remove #include

llvm-svn: 30078
This commit is contained in:
Chris Lattner 2006-09-04 04:06:01 +00:00
parent d140393a49
commit 2f93c0fd33
1 changed files with 1 additions and 1 deletions

View File

@ -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; }
}