Update comment.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 13 Jul 2010 21:03:14 +0000 (21:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 13 Jul 2010 21:03:14 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108272 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetOptions.h

index a316c701b5424e2edf975e964953755891248756..b36988097cfcf1707c358ac933c3b3c3ce0a7313 100644 (file)
@@ -68,7 +68,7 @@ namespace llvm {
   /// 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