diff options
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 98165a2..d1538f3 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -210,6 +210,7 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)    setOperationAction(ISD::STACKSAVE,          MVT::Other, Expand);     setOperationAction(ISD::STACKRESTORE,       MVT::Other, Expand);    setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32  , Expand); +  setOperationAction(ISD::MEMBARRIER        , MVT::Other, Expand);    if (!Subtarget->hasV6Ops()) {      setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); | 
