[llvm-commits] [llvm] r85899 - /llvm/trunk/include/llvm/Module.h
Kenneth Uildriks
kennethuil at gmail.com
Tue Nov 3 07:25:21 PST 2009
Author: kennethuil
Date: Tue Nov 3 09:25:20 2009
New Revision: 85899
URL: http://llvm.org/viewvc/llvm-project?rev=85899&view=rev
Log:
Added a comment to a function that had none
Modified:
llvm/trunk/include/llvm/Module.h
Modified: llvm/trunk/include/llvm/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Module.h?rev=85899&r1=85898&r2=85899&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Module.h (original)
+++ llvm/trunk/include/llvm/Module.h Tue Nov 3 09:25:20 2009
@@ -252,6 +252,7 @@
AttrListPtr AttributeList,
const Type *RetTy, ...) END_WITH_NULL;
+ /// getOrInsertFunction - Same as above, but without the attributes.
Constant *getOrInsertFunction(const StringRef &Name, const Type *RetTy, ...)
END_WITH_NULL;
More information about the llvm-commits
mailing list