diff options
author | Dan Gohman <gohman@apple.com> | 2010-11-16 17:28:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-11-16 17:28:22 +0000 |
commit | a2307543854e0a825d8c1975b1e3db64d71ea949 (patch) | |
tree | bb55a5aa04da537ff88739159d1e2bc00e52aae4 /llvm/docs/tutorial/LangImpl4.html | |
parent | d1fb1f49a23ec980dcc6bda5fc2284b36f3a51a2 (diff) | |
download | bcm5719-llvm-a2307543854e0a825d8c1975b1e3db64d71ea949.tar.gz bcm5719-llvm-a2307543854e0a825d8c1975b1e3db64d71ea949.zip |
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
for Arnaud Allard de Grandmaison for preparing a patch.
llvm-svn: 119351
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
-rw-r--r-- | llvm/docs/tutorial/LangImpl4.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 89aa38ea2e1..3eb5be4d14b 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -509,6 +509,7 @@ at runtime.</p> #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Analysis/Verifier.h" +#include "llvm/Analysis/Passes.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetSelect.h" #include "llvm/Transforms/Scalar.h" |