diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 05:45:45 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 05:45:45 +0000 |
| commit | 466d9398c58fbcd13e00ebfabe340a4901be23e8 (patch) | |
| tree | b37c43f8f553766ab6a6b6979ff31673085ce06b /include/llvm/Transforms | |
| parent | d01f65aea1b576334f08e1da38573e54f2b8e394 (diff) | |
Fix incorrect return type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
| -rw-r--r-- | include/llvm/Transforms/Instrumentation.h | 2 |
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 (); //===----------------------------------------------------------------------===// |
