diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-03 00:27:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-03 00:27:11 +0000 |
commit | a7ad3d1ed3a4c257be225ffdc580e007b45c11d4 (patch) | |
tree | bfd74a7c792d422710701e430500d5737878de48 /lib/Target/TargetMachine.cpp | |
parent | aa4f1e164bb9a0fe438c262f40857ca639b56fad (diff) |
expose HonorSignDependentRoundingFPMathOption to .td files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index b79b87b479..6c00a3f492 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -27,6 +27,7 @@ namespace llvm { bool NoExcessFPPrecision; bool UnsafeFPMath; bool FiniteOnlyFPMathOption; + bool HonorSignDependentRoundingFPMathOption; bool UseSoftFloat; bool NoZerosInBSS; bool ExceptionHandling; |