summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lli.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-07 16:21:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-07 16:21:52 +0000
commitef3a6a3c7a862ce6c0dedcf3c53189d54302223a (patch)
tree7ed8971f38d36075f2438f76d3e8113f9827c8f7 /llvm/docs/CommandGuide/lli.pod
parent718eb7f19bdec7348ce331008d2b4721453c8e8b (diff)
downloadbcm5719-llvm-ef3a6a3c7a862ce6c0dedcf3c53189d54302223a.tar.gz
bcm5719-llvm-ef3a6a3c7a862ce6c0dedcf3c53189d54302223a.zip
Add another missing option.
llvm-svn: 40893
Diffstat (limited to 'llvm/docs/CommandGuide/lli.pod')
-rw-r--r--llvm/docs/CommandGuide/lli.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod
index 708cae2bb10..aea7105c09f 100644
--- a/llvm/docs/CommandGuide/lli.pod
+++ b/llvm/docs/CommandGuide/lli.pod
@@ -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
OpenPOWER on IntegriCloud