Default ISD::PREFETCH to expand.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
index 67aeebf57cc61914b1882185b765e42009ad7c7e..0326ecf43e421a53438b0934622ac2bb08db8556 100644 (file)
@@ -211,7 +211,6 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
   setOperationAction(ISD::STACKRESTORE,       MVT::Other, Expand);
   setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32  , Expand);
   setOperationAction(ISD::MEMBARRIER        , MVT::Other, Expand);
-  setOperationAction(ISD::PREFETCH          , MVT::Other, Expand);
 
   if (!Subtarget->hasV6Ops()) {
     setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand);