Skip to content

Commit 27b3391

Browse files
YonahGoldberggithub-actions[bot]
authored andcommitted
Automerge: [NVPTX] Remove extraneous initializeNVVMReflectLegacyPassPass declaration (#135825)
This was already declared in NVPTX.h and I accidentally added it back in #134416.
2 parents 4636021 + ef1abbe commit 27b3391

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/NVPTX/NVVMReflect.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ using namespace llvm;
5252

5353
#define DEBUG_TYPE "nvvm-reflect"
5454

55-
namespace llvm {
56-
void initializeNVVMReflectLegacyPassPass(PassRegistry &);
57-
} // namespace llvm
58-
5955
namespace {
6056
class NVVMReflect {
6157
// Map from reflect function call arguments to the value to replace the call

0 commit comments

Comments
 (0)