[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 3 21:06:15 PDT 2006
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.52 -> 1.53
---
Log message:
remove #include
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.52 llvm/lib/Target/TargetMachine.cpp:1.53
--- llvm/lib/Target/TargetMachine.cpp:1.52 Sun Sep 3 13:44:02 2006
+++ llvm/lib/Target/TargetMachine.cpp Sun Sep 3 23:06:01 2006
@@ -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 @@
/// and results are never NaNs or +-Infs.
bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
}
+
More information about the llvm-commits
mailing list