Add hasByValArgument() to test if a call instruction has byval argument(s).
authorEvan Cheng <evan.cheng@apple.com>
Sat, 12 Jan 2008 18:57:32 +0000 (18:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 12 Jan 2008 18:57:32 +0000 (18:57 +0000)
commitf4a5498ab44f06b2b74da7fda92521f34bb22367
tree996c18fac94a1f426b60a7e11b8e90b48a93e496
parent92938b714565db1aea797d7c7a04987cfc6384c2
Add hasByValArgument() to test if a call instruction has byval argument(s).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45913 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp