aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/JITTutorial1.html
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-11-06 01:26:56 +0000
committerOwen Anderson <resistor@mac.com>2007-11-06 01:26:56 +0000
commit89c94f5cedbb975f7820b85acbe56d62f11bdfe5 (patch)
tree5984f4e1678e00dbca7ed6f5fd3f64da4d0d5b37 /docs/tutorial/JITTutorial1.html
parentbde90f0fc1649092906b63c46a338182c81d1af8 (diff)
downloadexternal_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.html1
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 &lt;llvm/Module.h&gt;
#include &lt;llvm/Function.h&gt;
#include &lt;llvm/PassManager.h&gt;
+#include &lt;llvm/CallingConv.h&gt;
#include &lt;llvm/Analysis/Verifier.h&gt;
#include &lt;llvm/Assembly/PrintModulePass.h&gt;
#include &lt;llvm/Support/LLVMBuilder.h&gt;