From 7223f0275514a0605c8a1ba3752a5cffb0b821d6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 7 Aug 2007 16:21:52 +0000 Subject: Add another missing option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40893 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lli.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 708cae2..aea7105 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -86,6 +86,11 @@ it for optimization. Causes B to generate software floating point library calls instead of equivalent hardware instructions. +=item B<-enable-unsafe-fp-math> + +Causes B to enable optimizations that may decrease floating point +precision. + =back =head1 EXIT STATUS -- cgit v1.1