[llvm-commits] [llvm] r40893 - /llvm/trunk/docs/CommandGuide/lli.pod

Reid Spencer rspencer at reidspencer.com
Tue Aug 7 09:21:53 PDT 2007


Author: reid
Date: Tue Aug  7 11:21:52 2007
New Revision: 40893

URL: http://llvm.org/viewvc/llvm-project?rev=40893&view=rev
Log:
Add another missing option.

Modified:
    llvm/trunk/docs/CommandGuide/lli.pod

Modified: llvm/trunk/docs/CommandGuide/lli.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lli.pod?rev=40893&r1=40892&r2=40893&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/lli.pod (original)
+++ llvm/trunk/docs/CommandGuide/lli.pod Tue Aug  7 11:21:52 2007
@@ -86,6 +86,11 @@
 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





More information about the llvm-commits mailing list