aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Instrumentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h
index c28d3fb8d9..abd34d1297 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 ();
//===----------------------------------------------------------------------===//