Skip to content

Commit

Permalink
[CodeGen] Remove unused declaration createNVPTXRuntimeFunction
Browse files Browse the repository at this point in the history
The corresponding definition was removed by:

  commit 3cc1f1f
  Author: Joseph Huber <jhuber6@vols.utk.edu>
  Date:   Thu Oct 8 12:03:11 2020 -0400
  • Loading branch information
kazutakahirata committed Jun 11, 2023
1 parent ab8b10b commit 9bf9ac8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,6 @@ class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
ArrayRef<const Expr *> 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.
Expand Down

0 comments on commit 9bf9ac8

Please sign in to comment.