Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line options
[oota-llvm.git] / docs / CommandGuide / lli.pod
index d368bec8660a4d34198d2491404119bf521a9b96..52a2721e7d70b87f8132be022d64837e081c2c7e 100644 (file)
@@ -102,10 +102,13 @@ B<llvm-as E<lt> /dev/null | llc -march=xyz -mattr=help>
 
 Disable optimizations that may increase floating point precision.
 
-=item B<-enable-finite-only-fp-math>
+=item B<-enable-no-infs-fp-math>
 
-Enable optimizations that assumes only finite floating point math. That is,
-there is no NAN or Inf values.
+Enable optimizations that assume no Inf values.
+
+=item B<-enable-no-nans-fp-math>
+
+Enable optimizations that assume no NAN values.
 
 =item B<-enable-unsafe-fp-math>