Fix incorrect return type.
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 6 Jan 2005 05:45:45 +0000 (05:45 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 6 Jan 2005 05:45:45 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19304 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Instrumentation.h

index c28d3fb8d977d8d33714aaa16338feb7e64949bb..abd34d12974ef7c12e3a677b7b2ef7e84704e423 100644 (file)
@@ -26,7 +26,7 @@ ModulePass *createLoopInstrumentationPass ();
 FunctionPass *createCombineBranchesPass();
 
 // Reoptimizer support pass: emit table of global functions
-FunctionPass *createEmitFunctionTablePass ();
+ModulePass *createEmitFunctionTablePass ();
 
 
 //===----------------------------------------------------------------------===//