From d2b3307e012984ace6f686f4dcfefc11b4fb10f9 Mon Sep 17 00:00:00 2001 From: Sergio Afonso Date: Wed, 14 Aug 2024 14:31:52 +0100 Subject: [PATCH] [OpenMP][OMPIRBuilder] Remove leftover unused function declaration (#141) --- llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h index 5e90bbb57811a4..a11501b96ffc24 100644 --- a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +++ b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h @@ -2736,9 +2736,6 @@ class OpenMPIRBuilder { static void writeThreadBoundsForKernel(const Triple &T, Function &Kernel, int32_t LB, int32_t UB); - /// Write the global variable to indicate which amdgcn ABI to use - static void emit__oclc_ABI_version(Module &M, int32_t COV); - /// Read/write a bounds on teams for \p Kernel. Read will return 0 if none /// is set. static std::pair readTeamBoundsForKernel(const Triple &T,