Skip to content

Commit d2b3307

Browse files
authored
[OpenMP][OMPIRBuilder] Remove leftover unused function declaration (#141)
1 parent 92dc51c commit d2b3307

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,9 +2736,6 @@ class OpenMPIRBuilder {
27362736
static void writeThreadBoundsForKernel(const Triple &T, Function &Kernel,
27372737
int32_t LB, int32_t UB);
27382738

2739-
/// Write the global variable to indicate which amdgcn ABI to use
2740-
static void emit__oclc_ABI_version(Module &M, int32_t COV);
2741-
27422739
/// Read/write a bounds on teams for \p Kernel. Read will return 0 if none
27432740
/// is set.
27442741
static std::pair<int32_t, int32_t> readTeamBoundsForKernel(const Triple &T,

0 commit comments

Comments
 (0)