summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-04 00:11:20 +0000
committerEric Christopher <echristo@apple.com>2012-08-04 00:11:20 +0000
commit47cff5442271a9a75f10406f5e18150b49d054e5 (patch)
treebf93fe6f341b5a12d939c99b3c6ecc1489ea5166 /clang/lib/CodeGen
parenta9d0b850b378151ff5dbd4dffa1576fa2fdee4af (diff)
downloadbcm5719-llvm-47cff5442271a9a75f10406f5e18150b49d054e5.tar.gz
bcm5719-llvm-47cff5442271a9a75f10406f5e18150b49d054e5.zip
Update comment to accurately reflect what should happen.
llvm-svn: 161286
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index c604e565391..9e3127bbaf1 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -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,
OpenPOWER on IntegriCloud