[llvm-commits] [llvm] r108272 - /llvm/trunk/include/llvm/Target/TargetOptions.h

Evan Cheng evan.cheng at apple.com
Tue Jul 13 14:03:14 PDT 2010


Author: evancheng
Date: Tue Jul 13 16:03:14 2010
New Revision: 108272

URL: http://llvm.org/viewvc/llvm-project?rev=108272&view=rev
Log:
Update comment.

Modified:
    llvm/trunk/include/llvm/Target/TargetOptions.h

Modified: llvm/trunk/include/llvm/Target/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOptions.h?rev=108272&r1=108271&r2=108272&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Tue Jul 13 16:03:14 2010
@@ -68,7 +68,7 @@
   /// this flag is off (the default), the code generator is not allowed to
   /// produce results that are "less precise" than IEEE allows.  This includes
   /// use of X86 instructions like FSIN and FCOS instead of libcalls.
-  /// UnsafeFPMath implies FiniteOnlyFPMath and LessPreciseFPMAD.
+  /// UnsafeFPMath implies LessPreciseFPMAD.
   extern bool UnsafeFPMath;
 
   /// FiniteOnlyFPMath - This returns true when the -enable-finite-only-fp-math





More information about the llvm-commits mailing list