diff options
author | Garrison Venn <gvenn.cfe.dev@gmail.com> | 2010-02-03 12:00:02 +0000 |
---|---|---|
committer | Garrison Venn <gvenn.cfe.dev@gmail.com> | 2010-02-03 12:00:02 +0000 |
commit | 8665bcddecb3fa5553604e960a45ba856556db69 (patch) | |
tree | 89977d7f77bd50df0fe612814db2d8afa67bc84a /llvm/examples | |
parent | 935384217de60628b301a19dad4cf8d95fb570ee (diff) | |
download | bcm5719-llvm-8665bcddecb3fa5553604e960a45ba856556db69.tar.gz bcm5719-llvm-8665bcddecb3fa5553604e960a45ba856556db69.zip |
Repository access test commit
llvm-svn: 95221
Diffstat (limited to 'llvm/examples')
-rw-r--r-- | llvm/examples/HowToUseJIT/HowToUseJIT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp index 426d2818cd4..8e3b6dc4a27 100644 --- a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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; |