[CodeGen] Remove unused declaration createNVPTXRuntimeFunction
authorKazu Hirata <kazu@google.com>
Sun, 11 Jun 2023 04:52:49 +0000 (21:52 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 11 Jun 2023 04:52:49 +0000 (21:52 -0700)
The corresponding definition was removed by:

  commit 3cc1f1fc1d97952136185f4eafb827694875de17
  Author: Joseph Huber <jhuber6@vols.utk.edu>
  Date:   Thu Oct 8 12:03:11 2020 -0400

clang/lib/CodeGen/CGOpenMPRuntimeGPU.h

index 5ef4ce1..c4559b3 100644 (file)
@@ -256,12 +256,6 @@ public:
                      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.