[all-commits] [llvm/llvm-project] efc561: [CodeGen] Remove an unnecessary cast (NFC) (#146380)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Jun 30 10:11:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efc561c061bc15036f923f5b0b24133be54a6395
https://github.com/llvm/llvm-project/commit/efc561c061bc15036f923f5b0b24133be54a6395
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
Log Message:
-----------
[CodeGen] Remove an unnecessary cast (NFC) (#146380)
E is already of Expr * and shares the same declaration among all these
cases.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list