commit | a7ad3d1ed3a4c257be225ffdc580e007b45c11d4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu May 03 00:27:11 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu May 03 00:27:11 2007 +0000 |
tree | bfd74a7c792d422710701e430500d5737878de48 | |
parent | aa4f1e164bb9a0fe438c262f40857ca639b56fad [diff] [blame] |
expose HonorSignDependentRoundingFPMathOption to .td files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36658 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index b79b87b..6c00a3f 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp
@@ -27,6 +27,7 @@ bool NoExcessFPPrecision; bool UnsafeFPMath; bool FiniteOnlyFPMathOption; + bool HonorSignDependentRoundingFPMathOption; bool UseSoftFloat; bool NoZerosInBSS; bool ExceptionHandling;