mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32dc092351
commit
09b7981803
@ -225,7 +225,8 @@ DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
|
||||
return DIDerivedType(MDNode::get(VMContext, Elts));
|
||||
}
|
||||
|
||||
DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy, DIType Base) {
|
||||
DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy,
|
||||
DIType Base) {
|
||||
// Pointer types are encoded in DIDerivedType format.
|
||||
Value *Elts[] = {
|
||||
GetTagConstant(VMContext, dwarf::DW_TAG_ptr_to_member_type),
|
||||
|
Loading…
Reference in New Issue
Block a user