]> granicus.if.org Git - clang/commitdiff
Update comment to accurately reflect what should happen.
authorEric Christopher <echristo@apple.com>
Sat, 4 Aug 2012 00:11:20 +0000 (00:11 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 4 Aug 2012 00:11:20 +0000 (00:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161286 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index c604e5653916f4a663743b538e988defa7533af0..9e3127bbaf1d0d6d81066a1a3e874835805ff107 100644 (file)
@@ -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,