From 301d05a55c0fc5c527c03d407a035c644fe14152 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Tue, 23 Oct 2012 16:03:18 +0000 Subject: [PATCH] Test commit access llvm-svn: 166481 --- llvm/examples/Fibonacci/fibonacci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/examples/Fibonacci/fibonacci.cpp b/llvm/examples/Fibonacci/fibonacci.cpp index cfd9b1e..417ad6f 100644 --- a/llvm/examples/Fibonacci/fibonacci.cpp +++ b/llvm/examples/Fibonacci/fibonacci.cpp @@ -37,7 +37,7 @@ using namespace llvm; 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. Function *FibF = cast(M->getOrInsertFunction("fib", Type::getInt32Ty(Context), -- 2.7.4