diff options
Diffstat (limited to 'contrib/llvm/lib/Target/TargetMachine.cpp')
| -rw-r--r-- | contrib/llvm/lib/Target/TargetMachine.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/contrib/llvm/lib/Target/TargetMachine.cpp b/contrib/llvm/lib/Target/TargetMachine.cpp index df523688c583..47c91df1400e 100644 --- a/contrib/llvm/lib/Target/TargetMachine.cpp +++ b/contrib/llvm/lib/Target/TargetMachine.cpp @@ -294,7 +294,7 @@ namespace llvm {    /// option is specified on the command line. If this returns false (default),    /// the code generator is not allowed to assume that FP arithmetic arguments    /// and results are never NaNs or +-Infs. -  bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; } +  bool FiniteOnlyFPMath() { return FiniteOnlyFPMathOption; }    /// HonorSignDependentRoundingFPMath - Return true if the codegen must assume    /// that the rounding mode of the FPU can change from its default. | 
