Fix a erroneous comment.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 2 Feb 2006 00:28:23 +0000 (00:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 2 Feb 2006 00:28:23 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 0a63cfa1260091489e0ddd87b256ac1a4d7f2a9f..1015f5e7af66b6ca6b00288ce367ace32d92a910 100644 (file)
@@ -219,7 +219,7 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
     setOperationAction(ISD::FNEG , MVT::f64, Custom);
     setOperationAction(ISD::FNEG , MVT::f32, Custom);
 
-    // We don't support sin/cos/sqrt/fmod
+    // We don't support sin/cos/fmod
     setOperationAction(ISD::FSIN , MVT::f64, Expand);
     setOperationAction(ISD::FCOS , MVT::f64, Expand);
     setOperationAction(ISD::FREM , MVT::f64, Expand);