[all-commits] [llvm/llvm-project] bb1f32: [NFC][LLVM] Change `initialize<PassName>PassOnce` ...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Apr 7 18:10:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb1f32ded0b7bec3b69c30b1c21eb1210372cd7f
https://github.com/llvm/llvm-project/commit/bb1f32ded0b7bec3b69c30b1c21eb1210372cd7f
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M llvm/include/llvm/PassSupport.h
Log Message:
-----------
[NFC][LLVM] Change `initialize<PassName>PassOnce` to return void (#134500)
- The return value of these functions (called using `llvm::call_once`)
is never used, so make these functions return void.
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