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 | dd075b254bd2d3bf933b8446109e043d194f4d4b (patch) | |
tree | 58e28eebd90dca2d7c0f7a3723925b1d6b33e4b4 /examples/HowToUseJIT | |
parent | b806148187ffc2e5569e020a4abda23dea68612c (diff) | |
download | external_llvm-dd075b254bd2d3bf933b8446109e043d194f4d4b.zip external_llvm-dd075b254bd2d3bf933b8446109e043d194f4d4b.tar.gz external_llvm-dd075b254bd2d3bf933b8446109e043d194f4d4b.tar.bz2 |
Repository access test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r-- | examples/HowToUseJIT/HowToUseJIT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 426d281..8e3b6dc 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/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; |