[cfe-commits] r161286 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Eric Christopher echristo at apple.com
Fri Aug 3 17:11:20 PDT 2012


Author: echristo
Date: Fri Aug  3 19:11:20 2012
New Revision: 161286

URL: http://llvm.org/viewvc/llvm-project?rev=161286&view=rev
Log:
Update comment to accurately reflect what should happen.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=161286&r1=161285&r2=161286&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Fri Aug  3 19:11:20 2012
@@ -1537,7 +1537,7 @@
   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,





More information about the cfe-commits mailing list