From 9bf9ac87d6ddf4d956bc2233c75d40b1f0e83f0b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 10 Jun 2023 21:52:49 -0700 Subject: [PATCH] [CodeGen] Remove unused declaration createNVPTXRuntimeFunction The corresponding definition was removed by: commit 3cc1f1fc1d97952136185f4eafb827694875de17 Author: Joseph Huber Date: Thu Oct 8 12:03:11 2020 -0400 --- clang/lib/CodeGen/CGOpenMPRuntimeGPU.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h index 5ef4ce1..c4559b3 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h +++ b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h @@ -256,12 +256,6 @@ public: ArrayRef ReductionOps, ReductionOptionsTy Options) override; - /// Returns specified OpenMP runtime function for the current OpenMP - /// implementation. Specialized for the NVPTX device. - /// \param Function OpenMP runtime function. - /// \return Specified function. - llvm::FunctionCallee createNVPTXRuntimeFunction(unsigned Function); - /// Translates the native parameter of outlined function if this is required /// for target. /// \param FD Field decl from captured record for the parameter. -- 2.7.4