xbolva00 added inline comments.

================
Comment at: clang/lib/CodeGen/CGExprScalar.cpp:2025
+
+  auto *CE = dyn_cast<CastExpr>(peelParens(BO->getLHS()));
+  if (!CE || CE->getCastKind() != CK_PointerToIntegral)
----------------
BO->getLHS()->IgnoreParens() ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64128



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

Reply via email to