Add the -disable-excess-fp-precision option.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 16:23:42 +0000 (16:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 16:23:42 +0000 (16:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40894 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/lli.pod

index aea7105c09fd19400653f283e0d5731b90e0d38a..879814067a731578076f6420b69ce724236b46d8 100644 (file)
@@ -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