summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-02 00:28:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-02 00:28:23 +0000
commitd8fba3a1ee08e2d5afff53d65c5518bd5c77a182 (patch)
treef868b664aa8f7a4af74f92dd008b96ca8a827626 /llvm/lib
parent7f5880b1c79c06c4d0054f6fca91bd92e899af1e (diff)
downloadbcm5719-llvm-d8fba3a1ee08e2d5afff53d65c5518bd5c77a182.tar.gz
bcm5719-llvm-d8fba3a1ee08e2d5afff53d65c5518bd5c77a182.zip
Fix a erroneous comment.
llvm-svn: 25894
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 0a63cfa1260..1015f5e7af6 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -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);
OpenPOWER on IntegriCloud