Add another missing option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-08-07 16:21:52 +00:00
parent 2c8a748bbe
commit 7223f02755

View 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