80-col fixup.

llvm-svn: 179881
This commit is contained in:
Eric Christopher 2013-04-19 20:37:12 +00:00
parent de8ae966ea
commit 89e594d176
1 changed files with 2 additions and 1 deletions

View File

@ -225,7 +225,8 @@ DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
return DIDerivedType(MDNode::get(VMContext, Elts)); 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. // Pointer types are encoded in DIDerivedType format.
Value *Elts[] = { Value *Elts[] = {
GetTagConstant(VMContext, dwarf::DW_TAG_ptr_to_member_type), GetTagConstant(VMContext, dwarf::DW_TAG_ptr_to_member_type),