]> granicus.if.org Git - llvm/commitdiff
[AMDGPU] Reorder includes per coding standard. NFC.
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Mon, 13 May 2019 18:05:10 +0000 (18:05 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Mon, 13 May 2019 18:05:10 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360609 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/SIAnnotateControlFlow.cpp

index a26c12bb934dc0458abefd3676df26a66de24acb..15ab80b756ec95972e378ae1dd2240b5a40511d4 100644 (file)
@@ -17,7 +17,6 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Analysis/LegacyDivergenceAnalysis.h"
 #include "llvm/Analysis/LoopInfo.h"
-#include "llvm/Transforms/Utils/Local.h"
 #include "llvm/IR/BasicBlock.h"
 #include "llvm/IR/CFG.h"
 #include "llvm/IR/Constant.h"
@@ -37,6 +36,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
+#include "llvm/Transforms/Utils/Local.h"
 #include <cassert>
 #include <utility>