diff options
author | Owen Anderson <resistor@mac.com> | 2007-11-06 01:26:56 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-11-06 01:26:56 +0000 |
commit | 89c94f5cedbb975f7820b85acbe56d62f11bdfe5 (patch) | |
tree | 5984f4e1678e00dbca7ed6f5fd3f64da4d0d5b37 /docs/tutorial/JITTutorial1.html | |
parent | bde90f0fc1649092906b63c46a338182c81d1af8 (diff) | |
download | external_llvm-89c94f5cedbb975f7820b85acbe56d62f11bdfe5.zip external_llvm-89c94f5cedbb975f7820b85acbe56d62f11bdfe5.tar.gz external_llvm-89c94f5cedbb975f7820b85acbe56d62f11bdfe5.tar.bz2 |
Add a missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/JITTutorial1.html')
-rw-r--r-- | docs/tutorial/JITTutorial1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorial/JITTutorial1.html b/docs/tutorial/JITTutorial1.html index 14af4e9..fb906cd 100644 --- a/docs/tutorial/JITTutorial1.html +++ b/docs/tutorial/JITTutorial1.html @@ -57,6 +57,7 @@ entry: #include <llvm/Module.h> #include <llvm/Function.h> #include <llvm/PassManager.h> +#include <llvm/CallingConv.h> #include <llvm/Analysis/Verifier.h> #include <llvm/Assembly/PrintModulePass.h> #include <llvm/Support/LLVMBuilder.h> |