mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Fix a erroneous comment.
llvm-svn: 25894
This commit is contained in:
parent
e35694c0bf
commit
d432c17927
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user