diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/ExecutionEngine/ExecutionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h index 86e36854db..852e48eb88 100644 --- a/include/llvm/ExecutionEngine/ExecutionEngine.h +++ b/include/llvm/ExecutionEngine/ExecutionEngine.h @@ -79,7 +79,7 @@ public: // different ways. They should each implement this to say what a function // pointer should look like. // - virtual void *getPointerToFunction(const Function *F) = 0; + virtual void *getPointerToFunction(Function *F) = 0; protected: void emitGlobals(); |