summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter7/toy.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 09:53:45 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 09:53:45 +0000
commit098dd808c14a010792d7fde5fe63d5231665305c (patch)
tree2d361a37a3fc923d1e11745a0bda2edbbd9d14a4 /examples/Kaleidoscope/Chapter7/toy.cpp
parent37446cb130fc232be62f4e057f16f9cc434e51ec (diff)
downloadllvm-098dd808c14a010792d7fde5fe63d5231665305c.tar.gz
llvm-098dd808c14a010792d7fde5fe63d5231665305c.tar.bz2
llvm-098dd808c14a010792d7fde5fe63d5231665305c.tar.xz
[cleanup] Fix the includes in the examples for r199082.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/Chapter7/toy.cpp')
-rw-r--r--examples/Kaleidoscope/Chapter7/toy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Chapter7/toy.cpp b/examples/Kaleidoscope/Chapter7/toy.cpp
index 5c66f5c837..2fd7c5aefb 100644
--- a/examples/Kaleidoscope/Chapter7/toy.cpp
+++ b/examples/Kaleidoscope/Chapter7/toy.cpp
@@ -1,5 +1,5 @@
#include "llvm/Analysis/Passes.h"
-#include "llvm/Analysis/Verifier.h"
+#include "llvm/IR/Verifier.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/IR/DataLayout.h"