diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:23:42 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:23:42 +0000 |
| commit | 30b4ae5005717dea11d6eaab232414c4e8f84912 (patch) | |
| tree | ea17888f69a13c58a2c9d9f4c2e6433767404a0d /llvm/docs/CommandGuide | |
| parent | ef3a6a3c7a862ce6c0dedcf3c53189d54302223a (diff) | |
| download | bcm5719-llvm-30b4ae5005717dea11d6eaab232414c4e8f84912.tar.gz bcm5719-llvm-30b4ae5005717dea11d6eaab232414c4e8f84912.zip | |
Add the -disable-excess-fp-precision option.
llvm-svn: 40894
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/lli.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod index aea7105c09f..879814067a7 100644 --- a/llvm/docs/CommandGuide/lli.pod +++ b/llvm/docs/CommandGuide/lli.pod @@ -91,6 +91,10 @@ equivalent hardware instructions. Causes B<lli> to enable optimizations that may decrease floating point precision. +=item B<-disable-excess-fp-precision> + +Disable optimizations that may increase floating point precision. + =back =head1 EXIT STATUS |

