diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index f6749e93073..a9d0cc03db9 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -1631,7 +1631,7 @@ void SelectionDAGLowering::visitMemIntrinsic(CallInst &I, unsigned Op) { // if the size operand falls below a certain threshold. std::vector OutChains; switch (Op) { - default: ; // Do nothing for now. + default: break; // Do nothing for now. case ISD::MEMSET: { if (MeetMaxMemopRequirement(MemOps, TLI.getMaxStoresPerMemset(), Size->getValue(), Align, TLI)) {