Skip to content

Commit

Permalink
[OpenMP][OMPIRBuilder] Remove leftover unused function declaration (#141
Browse files Browse the repository at this point in the history
)
  • Loading branch information
skatrak committed Aug 14, 2024
1 parent 92dc51c commit d2b3307
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<int32_t, int32_t> readTeamBoundsForKernel(const Triple &T,
Expand Down

0 comments on commit d2b3307

Please sign in to comment.