[all-commits] [llvm/llvm-project] ed801a: [Transforms] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Mar 27 23:11:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed801ab460f387a4e125ccfaa5ccdea1dd499ebf
https://github.com/llvm/llvm-project/commit/ed801ab460f387a4e125ccfaa5ccdea1dd499ebf
Author: Kazu Hirata <kazu at google.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
Log Message:
-----------
[Transforms] Fix an unused variable warning
llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h:89:28:
error: private field 'LTOPhase' is not used
[-Werror,-Wunused-private-field]
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