[all-commits] [llvm/llvm-project] 7977fd: [OpenMP] Remove no-op cast (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 23 06:19:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7977fd7cfc5b60742af062ae4aef46fe400cca9d
https://github.com/llvm/llvm-project/commit/7977fd7cfc5b60742af062ae4aef46fe400cca9d
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
Log Message:
-----------
[OpenMP] Remove no-op cast (NFC)
This was casting the address to its own element type, which is
a no-op.
More information about the All-commits
mailing list