Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / IRBuilder.h
index e88fea7297fb5e26ce06e109602d6d32fe8cc668..6fe98c70ed255ec7f01075a847270b7e0e1718df 100644 (file)
 #ifndef LLVM_IRBUILDER_H
 #define LLVM_IRBUILDER_H
 
-#include "llvm/Instructions.h"
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/StringRef.h"
+#include "llvm/ADT/Twine.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/DataLayout.h"
+#include "llvm/Instructions.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Operator.h"
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/Twine.h"
 #include "llvm/Support/ConstantFolder.h"
 
 namespace llvm {