Fix confusing machine verifier error.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 22:18:19 +0000 (22:18 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 22:18:19 +0000 (22:18 +0000)
commit17d4ac8c461fb3c32483cf7a37bc52937caeb650
treeedfdcc6cbd79f75aeaa66c432a4d7dbb5d4e8622
parent59bbf5a759a4891ea90ac67f13485f67ef42234c
Fix confusing machine verifier error.

The error reported the number of explicit operands,
but that isn't what is checked. In my case, this
resulted in the confusing errors

"Too few operands." followed shortly by
"8 operands expected, but 8 given."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineVerifier.cpp