diff options
author | Kazu Hirata <kazu@google.com> | 2024-08-21 16:53:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 16:53:01 -0700 |
commit | ec8fe7ad81af6c211fb26c34824092e5bca08f5e (patch) | |
tree | 676bb5e16ac92682e5195dbd826888a2fb014540 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | c557d8520413476221a4f3bf2b7b3fed17681691 (diff) | |
download | llvm-ec8fe7ad81af6c211fb26c34824092e5bca08f5e.zip llvm-ec8fe7ad81af6c211fb26c34824092e5bca08f5e.tar.gz llvm-ec8fe7ad81af6c211fb26c34824092e5bca08f5e.tar.bz2 |
[LTO] Use enum class for ImportFailureReason (NFC) (#105564)
It turns out that all uses of the enum values here are already
qualified like FunctionImporter::ImportFailureReason::None, so we can
switch to enum class without touching the rest of the codebase.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions