Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index e1e6055b397d3dcf36a1521b5d61ba11cec881ea..c1574fac578ee7678dc445c3417eca961661e13e 100644 (file)
@@ -343,7 +343,6 @@ namespace llvm {
     SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
     SDValue lowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const;
     SDValue lowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const;
-    SDValue lowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
     SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const;
     SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
     SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,