[ORC] Add explicit move construction/assignment to
[oota-llvm.git] / include / llvm / LinkAllIR.h
index 4c1aaca7a385021a77baf23ad2c3c7058800d8d3..2b0604aee06716e1b3f3346013abc8957d882b10 100644 (file)
 #ifndef LLVM_LINKALLIR_H
 #define LLVM_LINKALLIR_H
 
-#include "llvm/Analysis/Verifier.h"
 #include "llvm/IR/InlineAsm.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
+#include "llvm/IR/Verifier.h"
 #include "llvm/Support/Dwarf.h"
 #include "llvm/Support/DynamicLibrary.h"
 #include "llvm/Support/MathExtras.h"