Add another missing option.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 16:21:52 +0000 (16:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 16:21:52 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40893 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/lli.pod

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