mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1803,7 +1803,7 @@ LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg);
|
||||
* Set the alignment for a function parameter.
|
||||
*
|
||||
* @see llvm::Argument::addAttr()
|
||||
* @see llvm::Attributes::Builder::addAlignmentAttr()
|
||||
* @see llvm::AttrBuilder::addAlignmentAttr()
|
||||
*/
|
||||
void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align);
|
||||
|
||||
|
Reference in New Issue
Block a user