diff options
author | David Green <david.green@arm.com> | 2025-09-17 17:52:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 17:52:20 +0100 |
commit | 5f8bce4900b65b509ca1f9bf0a616409a77ced37 (patch) | |
tree | 5f75d00dd3e829ba850d71026e3988bcbceb278d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a50c11a71515bacb0ece27fceec52fc120e85710 (diff) | |
download | llvm-5f8bce4900b65b509ca1f9bf0a616409a77ced37.zip llvm-5f8bce4900b65b509ca1f9bf0a616409a77ced37.tar.gz llvm-5f8bce4900b65b509ca1f9bf0a616409a77ced37.tar.bz2 |
[GlobalISel] Remove virtual from GISelValueTracking computeKnownBitsImpl. (#158558)
As far as I understand, GISelValueTracking::computeKnownBitsImpl does
not need to be virtual, as no-one is specializing / overriding it, which
means it is not necessary for the destructor either.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions