nlopes added inline comments.

================
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:1541
+    CGF.Builder.CreateBr(CastFail);
+    return llvm::UndefValue::get(CGF.VoidPtrTy);
+  }
----------------
Please use PoisonValue as a placeholder whenever possible. We are trying to get 
rid of undef.
Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154658

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

Reply via email to