[llvm-commits] [llvm] r166481 - /llvm/trunk/examples/Fibonacci/fibonacci.cpp
Quentin Colombet
qcolombet at apple.com
Tue Oct 23 09:03:18 PDT 2012
Author: qcolombet
Date: Tue Oct 23 11:03:18 2012
New Revision: 166481
URL: http://llvm.org/viewvc/llvm-project?rev=166481&view=rev
Log:
Test commit access
Modified:
llvm/trunk/examples/Fibonacci/fibonacci.cpp
Modified: llvm/trunk/examples/Fibonacci/fibonacci.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Fibonacci/fibonacci.cpp?rev=166481&r1=166480&r2=166481&view=diff
==============================================================================
--- llvm/trunk/examples/Fibonacci/fibonacci.cpp (original)
+++ llvm/trunk/examples/Fibonacci/fibonacci.cpp Tue Oct 23 11:03:18 2012
@@ -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<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),
More information about the llvm-commits
mailing list