[all-commits] [llvm/llvm-project] 9f7906: [Support] Remove redundant forwarding functions re...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Sep 17 00:03:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f7906a6c075b3881a3b4e6bd2236c26c774e0da
https://github.com/llvm/llvm-project/commit/9f7906a6c075b3881a3b4e6bd2236c26c774e0da
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M llvm/include/llvm/Support/Endian.h
Log Message:
-----------
[Support] Remove redundant forwarding functions read/write (NFC) (#66051)
We don't need these forwarding functions if we add a default template
parameter to their callees.
More information about the All-commits
mailing list