Skip to content

Commit

Permalink
[Transforms] Remove unused declarations
Browse files Browse the repository at this point in the history
The corresponding function definitions were removed by:

  commit ef37504
  Author: Arthur Eubanks <aeubanks@google.com>
  Date:   Mon Oct 24 09:26:16 2022 -0700
  • Loading branch information
kazutakahirata committed Jun 10, 2023
1 parent 84033cf commit 65ee8f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ class ModuleMemProfilerPass : public PassInfoMixin<ModuleMemProfilerPass> {
static bool isRequired() { return true; }
};

// Insert MemProfiler instrumentation
FunctionPass *createMemProfilerFunctionPass();
ModulePass *createModuleMemProfilerLegacyPassPass();

} // namespace llvm

#endif

0 comments on commit 65ee8f4

Please sign in to comment.