aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/ModuleMaker/ModuleMaker.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20Remove trailing whitespace at the end of linesMisha Brukman1-11/+11
llvm-svn: 21380
2005-03-15add missing copyright headerChris Lattner1-0/+7
llvm-svn: 20614
2004-09-11Correct the file header to reflect the new "examples" home for the file.Reid Spencer1-1/+1
llvm-svn: 16295
2004-08-23Moved small examples from /projects/SmallExamples to /examples.Reid Spencer1-0/+55
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003