Expand f64 FPOW.

llvm-svn: 131928
This commit is contained in:
Akira Hatanaka 2011-05-23 22:23:58 +00:00
parent 6af5bd2537
commit dfb8cda11f
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ MipsTargetLowering(MipsTargetMachine &TM)
setOperationAction(ISD::FCOS, MVT::f64, Expand);
setOperationAction(ISD::FPOWI, MVT::f32, Expand);
setOperationAction(ISD::FPOW, MVT::f32, Expand);
setOperationAction(ISD::FPOW, MVT::f64, Expand);
setOperationAction(ISD::FLOG, MVT::f32, Expand);
setOperationAction(ISD::FLOG2, MVT::f32, Expand);
setOperationAction(ISD::FLOG10, MVT::f32, Expand);