Skip to content

Commit ef1abbe

Browse files
[NVPTX] Remove extraneous initializeNVVMReflectLegacyPassPass declaration (#135825)
This was already declared in NVPTX.h and I accidentally added it back in #134416.
1 parent 183cb45 commit ef1abbe

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)