Resort the #include lines in include/... and lib/... with the
[oota-llvm.git] / lib / Target / R600 / SIAnnotateControlFlow.cpp
index 92385b687842c1c3f034a9857cc39ecf84b3042a..1c1e0a613e0fcb7bf1642a924c38f347df8e71f9 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "AMDGPU.h"
-
-#include "llvm/Pass.h"
-#include "llvm/Module.h"
+#include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/Analysis/Dominators.h"
+#include "llvm/Module.h"
+#include "llvm/Pass.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/Transforms/Utils/SSAUpdater.h"
 
 using namespace llvm;