Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.
authorChris Lattner <sabre@nondot.org>
Thu, 24 Jan 2008 17:47:11 +0000 (17:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Jan 2008 17:47:11 +0000 (17:47 +0000)
commitde6fa5f25f572b79b3dd7bbbe4dba78a54a4b2f8
treecce179e781bb29abe688a3c05df9e3a6ac9db254
parent23e202dee012011a25b3b309d3c05d1915767773
Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.

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