Repository access test commit

llvm-svn: 95221
This commit is contained in:
Garrison Venn
2010-02-03 12:00:02 +00:00
parent 935384217d
commit 8665bcddec

View File

@@ -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;