Test commit access

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Quentin Colombet 2012-10-23 16:03:18 +00:00
parent 726c23705c
commit 92b0d8cf2c

View File

@ -37,7 +37,7 @@
using namespace llvm; using namespace llvm;
static Function *CreateFibFunction(Module *M, LLVMContext &Context) { static Function *CreateFibFunction(Module *M, LLVMContext &Context) {
// Create the fib function and insert it into module M. This function is said // Create the fib function and insert it into module M. This function is said
// to return an int and take an int parameter. // to return an int and take an int parameter.
Function *FibF = Function *FibF =
cast<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context), cast<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),