projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9f60b
)
Correct a comment.
author
Dan Gohman
<gohman@apple.com>
Thu, 3 Jul 2008 00:51:05 +0000
(
00:51
+0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 3 Jul 2008 00:51:05 +0000
(
00:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53064
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/JIT/JIT.h
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/JIT.h
b/lib/ExecutionEngine/JIT/JIT.h
index 7366f944365dce8c9dbe8d95a618611ee9c4049f..a7105e3f218fe1542c44cb74e280da18f09ef2df 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JIT.h
+++ b/
lib/ExecutionEngine/JIT/JIT.h
@@
-80,7
+80,7
@@
public:
virtual Module *removeModuleProvider(ModuleProvider *MP,
std::string *ErrInfo = 0);
- /// run - Start execution with the specified function and arguments.
+ /// run
Function
- Start execution with the specified function and arguments.
///
virtual GenericValue runFunction(Function *F,
const std::vector<GenericValue> &ArgValues);