[llvm-commits] [llvm] r53064 - /llvm/trunk/lib/ExecutionEngine/JIT/JIT.h

Dan Gohman gohman at apple.com
Wed Jul 2 17:51:05 PDT 2008


Author: djg
Date: Wed Jul  2 19:51:05 2008
New Revision: 53064

URL: http://llvm.org/viewvc/llvm-project?rev=53064&view=rev
Log:
Correct a comment.

Modified:
    llvm/trunk/lib/ExecutionEngine/JIT/JIT.h

Modified: llvm/trunk/lib/ExecutionEngine/JIT/JIT.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/JIT/JIT.h?rev=53064&r1=53063&r2=53064&view=diff

==============================================================================
--- llvm/trunk/lib/ExecutionEngine/JIT/JIT.h (original)
+++ llvm/trunk/lib/ExecutionEngine/JIT/JIT.h Wed Jul  2 19:51:05 2008
@@ -80,7 +80,7 @@
   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);





More information about the llvm-commits mailing list