diff options
Diffstat (limited to 'examples/Kaleidoscope/Chapter3')
-rw-r--r-- | examples/Kaleidoscope/Chapter3/toy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Kaleidoscope/Chapter3/toy.cpp b/examples/Kaleidoscope/Chapter3/toy.cpp index c1e34b2..6eeb7ac 100644 --- a/examples/Kaleidoscope/Chapter3/toy.cpp +++ b/examples/Kaleidoscope/Chapter3/toy.cpp @@ -1,11 +1,11 @@ +#include "llvm/Analysis/Verifier.h" #include "llvm/DerivedTypes.h" #include "llvm/IRBuilder.h" #include "llvm/LLVMContext.h" #include "llvm/Module.h" -#include "llvm/Analysis/Verifier.h" #include <cstdio> -#include <string> #include <map> +#include <string> #include <vector> using namespace llvm; |