ahatanak accepted this revision.
ahatanak added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/CodeGen/CGExpr.cpp:1181
+  if (T->isMemberPointerType())
+    return CGM.getCXXABI().EmitMemberPointerIsNotNull(
+        *this, V, T->getAs<MemberPointerType>());
----------------
You can fold `T->getAs<MemberPointerType>()` into the condition of the if 
statement.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88336/new/

https://reviews.llvm.org/D88336

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

Reply via email to