diff options
author | Reid Spencer <reid@x10sys.com> | 2007-08-07 16:21:52 +0000 |
---|---|---|
committer | Reid Spencer <reid@x10sys.com> | 2007-08-07 16:21:52 +0000 |
commit | 26817692aff2f7ac3d9034a7741d5edb93fc8819 (patch) | |
tree | 9dfd99d9052296052b89ec2cc1f2bdefa90f6a2f /docs/CommandGuide | |
parent | 666dcb5119d44b0bfce72a61e86d39c23c358b77 (diff) | |
download | external_llvm-26817692aff2f7ac3d9034a7741d5edb93fc8819.zip external_llvm-26817692aff2f7ac3d9034a7741d5edb93fc8819.tar.gz external_llvm-26817692aff2f7ac3d9034a7741d5edb93fc8819.tar.bz2 |
Add another missing option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/lli.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 708cae2..aea7105 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -86,6 +86,11 @@ it for optimization. Causes B<lli> to generate software floating point library calls instead of equivalent hardware instructions. +=item B<-enable-unsafe-fp-math> + +Causes B<lli> to enable optimizations that may decrease floating point +precision. + =back =head1 EXIT STATUS |