Expand FREM.
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
index eb0e8aefabaf5696734a0bfe7ff07cce527d7d1c..9cba688445846b3becd8ad46be8f63318a3f56ff 100644 (file)
@@ -208,6 +208,8 @@ MipsTargetLowering(MipsTargetMachine &TM)
   setOperationAction(ISD::FEXP,              MVT::f32,   Expand);
   setOperationAction(ISD::FMA,               MVT::f32,   Expand);
   setOperationAction(ISD::FMA,               MVT::f64,   Expand);
+  setOperationAction(ISD::FREM,              MVT::f32,   Expand);
+  setOperationAction(ISD::FREM,              MVT::f64,   Expand);
 
   setOperationAction(ISD::EXCEPTIONADDR,     MVT::i32, Expand);
   setOperationAction(ISD::EXCEPTIONADDR,     MVT::i64, Expand);