diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h index c28d3fb8d97..abd34d12974 100644 --- a/include/llvm/Transforms/Instrumentation.h +++ b/include/llvm/Transforms/Instrumentation.h @@ -26,7 +26,7 @@ ModulePass *createLoopInstrumentationPass (); FunctionPass *createCombineBranchesPass(); // Reoptimizer support pass: emit table of global functions -FunctionPass *createEmitFunctionTablePass (); +ModulePass *createEmitFunctionTablePass (); //===----------------------------------------------------------------------===//