diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-03-27 14:37:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 14:37:55 -0500 |
commit | 4a5056be2e38bdf27125a41f3f1b7ae4233f9713 (patch) | |
tree | 40fe4b915d9871c0f8101d40529b78e0a0990217 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | cd17082b24079a31eff0057abe407da5cfb7b0fc (diff) | |
download | llvm-4a5056be2e38bdf27125a41f3f1b7ae4233f9713.zip llvm-4a5056be2e38bdf27125a41f3f1b7ae4233f9713.tar.gz llvm-4a5056be2e38bdf27125a41f3f1b7ae4233f9713.tar.bz2 |
[Libomptarget][NFC] Remove trivially true checks on function pointers (#86804)
Summary:
Previously we had an interface that checked these functions pointers to
see if they are implemented by the plugin. This was removed as currently
every single function is implemented as a part of the common interface.
These checks are now always true and do nothing.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions