[all-commits] [llvm/llvm-project] 09f88d: [CodeGen] Remove extraneous ArrayRef (NFC) (#96085)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Jun 19 09:49:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09f88da966c8117c3ee9780aaa4cbaa7f4f0da5c
https://github.com/llvm/llvm-project/commit/09f88da966c8117c3ee9780aaa4cbaa7f4f0da5c
Author: Kazu Hirata <kazu at google.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M clang/lib/CodeGen/CodeGenPGO.cpp
Log Message:
-----------
[CodeGen] Remove extraneous ArrayRef (NFC) (#96085)
A C array can be implicitly cast to ArrayRef.
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