[llvm-commits] [llvm] r95221 - /llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp
Garrison Venn
gvenn.cfe.dev at gmail.com
Wed Feb 3 04:00:03 PST 2010
Author: gvenn
Date: Wed Feb 3 06:00:02 2010
New Revision: 95221
URL: http://llvm.org/viewvc/llvm-project?rev=95221&view=rev
Log:
Repository access test commit
Modified:
llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp
Modified: llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp?rev=95221&r1=95220&r2=95221&view=diff
==============================================================================
--- llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp (original)
+++ llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp Wed Feb 3 06:00:02 2010
@@ -12,7 +12,7 @@
//
// Goal:
// The goal of this snippet is to create in the memory
-// the LLVM module consisting of two functions as follow:
+// the LLVM module consisting of two functions as follow:
//
// int add1(int x) {
// return x+1;
More information about the llvm-commits
mailing list