Skip to content

Commit

Permalink
Add obviously missing "break". Noticed by Andrey Karpov with
Browse files Browse the repository at this point in the history
the PVS-studio tool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136878 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
CunningBaldrick committed Aug 4, 2011
1 parent 67ac0c0 commit 8036586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/X86/InstPrinter/X86InstComments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
DecodeVPERMILPSMask(4, MI->getOperand(2).getImm(),
ShuffleMask);
Src1Name = getRegName(MI->getOperand(0).getReg());
break;
case X86::VPERMILPSYri:
DecodeVPERMILPSMask(8, MI->getOperand(2).getImm(),
ShuffleMask);
Expand Down

0 comments on commit 8036586

Please sign in to comment.