summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-03 00:51:05 +0000
committerDan Gohman <gohman@apple.com>2008-07-03 00:51:05 +0000
commit4c6db53a3675e062013a752e66f1c75ccbe3bcd1 (patch)
tree93cbc6a0fa92f031750e6e5bbbd8710906b7e84b /llvm/lib/ExecutionEngine/JIT/JIT.h
parent9f8b66f3f19ca2dd71e3d40dd925d35bf199f68b (diff)
downloadbcm5719-llvm-4c6db53a3675e062013a752e66f1c75ccbe3bcd1.tar.gz
bcm5719-llvm-4c6db53a3675e062013a752e66f1c75ccbe3bcd1.zip
Correct a comment.
llvm-svn: 53064
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.h')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h
index 7366f944365..a7105e3f218 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.h
+++ b/llvm/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.
+ /// runFunction - Start execution with the specified function and arguments.
///
virtual GenericValue runFunction(Function *F,
const std::vector<GenericValue> &ArgValues);
OpenPOWER on IntegriCloud