mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
80-col fixup.
llvm-svn: 179881
This commit is contained in:
parent
ea92b616fc
commit
cb6c5b6891
@ -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…
x
Reference in New Issue
Block a user