OSDN Git Service

[X86] Fix shuffle decoding assertions to print the right number of required operands...
authorCraig Topper <craig.topper@gmail.com>
Mon, 17 Oct 2016 06:41:18 +0000 (06:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 17 Oct 2016 06:41:18 +0000 (06:41 +0000)
commit043b10deff1b6e1e06f53bb35939debbc1385f98
tree3817869354350f2f37010b80def969cc7488c772
parent4e1daa7c89a52b8e2de555a6711b89f35eeefdf9
[X86] Fix shuffle decoding assertions to print the right number of required operands. Update the checks themselves to be >= to the same number instead of > one less than the required number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284365 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86MCInstLower.cpp