Add CallSite::getArgumentOffset() to hide the differences in operands betwen
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 8 Jul 2008 08:50:32 +0000 (08:50 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 8 Jul 2008 08:50:32 +0000 (08:50 +0000)
commit8c174a9b5a3c5580aa6110336bb6a7f990dcb3b2
tree183283c0328fb5d4b96662cd63d6f5f65c49c752
parent2e033f31dc229db8d5c84f19530b7d2ddc175f44
Add CallSite::getArgumentOffset() to hide the differences in operands betwen
Call and Invoke in a single method instead of having it hardcoded in multiple
places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53224 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CallSite.h