Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Utils / IntegerDivision.cpp
index 55227e2714e67d580e1f20e251a1834b96288a21..67dcbe446b10fc2d4598f48d4b36261b6e74e270 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "integer-division"
+#include "llvm/Transforms/Utils/IntegerDivision.h"
 #include "llvm/Function.h"
+#include "llvm/IRBuilder.h"
 #include "llvm/Instructions.h"
 #include "llvm/Intrinsics.h"
-#include "llvm/IRBuilder.h"
-#include "llvm/Transforms/Utils/IntegerDivision.h"
 
 using namespace llvm;