mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix a erroneous comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2223aea6ed
commit
d25e9e8294
@ -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