aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/lli.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-07 16:23:42 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-07 16:23:42 +0000
commitb7a54b9b72b443a7c497e15ed2fb563f73949cc7 (patch)
tree0264d5af96bd93ee7ce512929ec635a3ba8b7491 /docs/CommandGuide/lli.pod
parent7223f0275514a0605c8a1ba3752a5cffb0b821d6 (diff)
downloadexternal_llvm-b7a54b9b72b443a7c497e15ed2fb563f73949cc7.zip
external_llvm-b7a54b9b72b443a7c497e15ed2fb563f73949cc7.tar.gz
external_llvm-b7a54b9b72b443a7c497e15ed2fb563f73949cc7.tar.bz2
Add the -disable-excess-fp-precision option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/lli.pod')
-rw-r--r--docs/CommandGuide/lli.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod
index aea7105..8798140 100644
--- a/docs/CommandGuide/lli.pod
+++ b/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