Add the -disable-excess-fp-precision option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40894 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
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