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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits