forked from OSchip/llvm-project
Update comment to accurately reflect what should happen.
llvm-svn: 161286
This commit is contained in:
parent
a9d0b850b3
commit
47cff54422
|
@ -1537,7 +1537,7 @@ llvm::DIType CGDebugInfo::CreateType(const MemberPointerType *Ty,
|
|||
uint64_t FieldOffset = 0;
|
||||
llvm::Value *ElementTypes[2];
|
||||
|
||||
// FIXME: This should probably be a function type instead.
|
||||
// FIXME: This should be a DW_TAG_pointer_to_member type.
|
||||
ElementTypes[0] =
|
||||
DBuilder.createMemberType(U, "ptr", U, 0,
|
||||
Info.first, Info.second, FieldOffset, 0,
|
||||
|
|
Loading…
Reference in New Issue