summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter4/toy.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 09:58:03 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 09:58:03 +0000
commit20d4e6bee4cab9ea544bd93a235fdd9731104b94 (patch)
tree68a69a3294b06e91aab311aefd1ee69d6830c614 /llvm/examples/Kaleidoscope/Chapter4/toy.cpp
parente87c6a81d686644c279f324d2660411b457077d8 (diff)
downloadbcm5719-llvm-20d4e6bee4cab9ea544bd93a235fdd9731104b94.tar.gz
bcm5719-llvm-20d4e6bee4cab9ea544bd93a235fdd9731104b94.zip
[cleanup] Re-sort the examples #include lines with my sort_includes
script. llvm-svn: 199089
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter4/toy.cpp')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/toy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/toy.cpp b/llvm/examples/Kaleidoscope/Chapter4/toy.cpp
index d67d6493c40..01b2af01ac4 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/toy.cpp
+++ b/llvm/examples/Kaleidoscope/Chapter4/toy.cpp
@@ -1,5 +1,4 @@
#include "llvm/Analysis/Passes.h"
-#include "llvm/IR/Verifier.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/IR/DataLayout.h"
@@ -7,6 +6,7 @@
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
+#include "llvm/IR/Verifier.h"
#include "llvm/PassManager.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Transforms/Scalar.h"
OpenPOWER on IntegriCloud