[PATCH] D19617: [EarlyCSE] Sort includes. NFC.
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 08:05:18 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL267890: [EarlyCSE] Sort includes. NFC. (authored by gberry).
Changed prior to commit:
http://reviews.llvm.org/D19617?vs=55309&id=55419#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19617
Files:
llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
Index: llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
+++ llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
@@ -16,8 +16,8 @@
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/ScopedHashTable.h"
#include "llvm/ADT/Statistic.h"
-#include "llvm/Analysis/GlobalsModRef.h"
#include "llvm/Analysis/AssumptionCache.h"
+#include "llvm/Analysis/GlobalsModRef.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19617.55419.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160428/3ae69ba9/attachment.bin>
More information about the llvm-commits
mailing list