arsenm added inline comments.

================
Comment at: lib/CodeGen/CodeGenModule.h:664
@@ +663,3 @@
+  /// Get integer type of the same size as a pointer type.
+  llvm::IntegerType *getIntPtrTy(llvm::PointerType *PT);
+
----------------
This has the same purpose as DataLayout::getIntPtrType, should probably just 
use that


https://reviews.llvm.org/D23361



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

Reply via email to