aboutsummaryrefslogtreecommitdiff
path: root/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp
AgeCommit message (Expand)Author
2004-08-23Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner
2004-08-10Fix a copy & paste error .. correct the description of the program.Reid Spencer
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer