pcc added inline comments.

================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:1627
@@ +1626,3 @@
+
+llvm::Value *CodeGenFunction::GetVirtualFunctionFromVTable(const CXXRecordDecl 
*RD,
+                                                           llvm::Value *VTable,
----------------
rnk wrote:
> Maybe this should live in CGVTables.cpp or CGClass.cpp instead of 
> ItaniumCXXABI.cpp?
Yes, sorry, I forgot to move this somewhere more sensible before sending this 
out for review.


http://reviews.llvm.org/D18199



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to