diff options
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" |