Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 31 Dec 2006 22:17:01 +0000 (22:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 31 Dec 2006 22:17:01 +0000 (22:17 +0000)
commit6359618e43a4434c14b4d997dfff2604f0c16c0a
tree730c228c4f227cb64e6f4920863f86350b1d5633
parentc6c59fd89f3df3621aef19e228931e985da094d1
Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.
The lookup of parameter attributes was offset by two because of the
additional operands in an invoke instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp