Fix issue with invalid flat operand number
authorEvandro Menezes <emenezes@codeaurora.org>
Fri, 9 Nov 2012 21:27:03 +0000 (21:27 +0000)
committerEvandro Menezes <emenezes@codeaurora.org>
Fri, 9 Nov 2012 21:27:03 +0000 (21:27 +0000)
commitf1adbfe4e23ce08d1afa1245f2515e863813a6ac
tree5b8ed3ea6f86667445fe8b243c755dd69ae6d6ab
parentf1bb42152a0375f2889bd7329eada2b6422c837e
Fix issue with invalid flat operand number

Avoid iterating over list of operands beyond the number of operands in it.

PS: this fixes issue with revision #167634.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167635 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeEmitterGen.cpp