Skip to content

Commit

Permalink
Add missing break in 256-bit palignr comment printing. No test case y…
Browse files Browse the repository at this point in the history
…et because the comment itself is still wrong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173669 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
topperc committed Jan 28, 2013
1 parent 4aee1bb commit 53597b2
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 @@ -90,6 +90,7 @@ void llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
DecodePALIGNRMask(MVT::v32i8,
MI->getOperand(MI->getNumOperands()-1).getImm(),
ShuffleMask);
break;

case X86::PSHUFDri:
case X86::VPSHUFDri:
Expand Down

0 comments on commit 53597b2

Please sign in to comment.