summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter5
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
commitd7cd9ac91444930b63adca2b7a971a50c0e26185 (patch)
tree0974caf4f6bda88c8b161323648ec5c0535d6ff3 /llvm/examples/Kaleidoscope/Chapter5
parent634cdb61d208e1493bb6558d34dbe20afbc284f8 (diff)
downloadbcm5719-llvm-d7cd9ac91444930b63adca2b7a971a50c0e26185.tar.gz
bcm5719-llvm-d7cd9ac91444930b63adca2b7a971a50c0e26185.zip
[cleanup] Fix the includes in the examples for r199082.
llvm-svn: 199087
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter5')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter5/toy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp b/llvm/examples/Kaleidoscope/Chapter5/toy.cpp
index fe4cdfe7574..11c8f67a569 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp
+++ b/llvm/examples/Kaleidoscope/Chapter5/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"
OpenPOWER on IntegriCloud