[llvm] 65ee8f4 - [Transforms] Remove unused declarations

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 09:02:40 PDT 2023


Author: Kazu Hirata
Date: 2023-06-10T09:02:21-07:00
New Revision: 65ee8f4421c6a73706b4c98fa3e28700d6c51445

URL: https://github.com/llvm/llvm-project/commit/65ee8f4421c6a73706b4c98fa3e28700d6c51445
DIFF: https://github.com/llvm/llvm-project/commit/65ee8f4421c6a73706b4c98fa3e28700d6c51445.diff

LOG: [Transforms] Remove unused declarations

The corresponding function definitions were removed by:

  commit ef37504879eecab1af98c70888bee0be403b9c60
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   Mon Oct 24 09:26:16 2022 -0700

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h b/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
index b584b99844927..038f44644504f 100644
--- a/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
+++ b/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
@@ -43,10 +43,6 @@ class ModuleMemProfilerPass : public PassInfoMixin<ModuleMemProfilerPass> {
   static bool isRequired() { return true; }
 };
 
-// Insert MemProfiler instrumentation
-FunctionPass *createMemProfilerFunctionPass();
-ModulePass *createModuleMemProfilerLegacyPassPass();
-
 } // namespace llvm
 
 #endif


        


More information about the llvm-commits mailing list