summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter5/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
commit4addc6dd1f0f9eb6471bb924d0b6be9ed2aa8fd5 (patch)
tree8ca087d2e6c96e53259ed5d8325c500abf63bd69 /examples/Kaleidoscope/Chapter5/toy.cpp
parent098dd808c14a010792d7fde5fe63d5231665305c (diff)
downloadllvm-4addc6dd1f0f9eb6471bb924d0b6be9ed2aa8fd5.tar.gz
llvm-4addc6dd1f0f9eb6471bb924d0b6be9ed2aa8fd5.tar.bz2
llvm-4addc6dd1f0f9eb6471bb924d0b6be9ed2aa8fd5.tar.xz
[cleanup] Re-sort the examples #include lines with my sort_includes
script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/Chapter5/toy.cpp')
-rw-r--r--examples/Kaleidoscope/Chapter5/toy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Chapter5/toy.cpp b/examples/Kaleidoscope/Chapter5/toy.cpp
index 11c8f67a56..1185fe7f3d 100644
--- a/examples/Kaleidoscope/Chapter5/toy.cpp
+++ b/examples/Kaleidoscope/Chapter5/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"