aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 10:22:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 10:22:59 +0000
commitbe81023d7480ca32d788f8b729821d2b87d4dc6f (patch)
treefba74b5dbc3ba3a317c58fb136acc585762435cb /llvm/lib/Transforms/Utils/Local.cpp
parentb676fd8b9d165509485a067ccf37a21649af8b0e (diff)
downloadllvm-be81023d7480ca32d788f8b729821d2b87d4dc6f.zip
llvm-be81023d7480ca32d788f8b729821d2b87d4dc6f.tar.gz
llvm-be81023d7480ca32d788f8b729821d2b87d4dc6f.tar.bz2
Resort the #include lines in include/... and lib/... with the
utils/sort_includes.py script. Most of these are updating the new R600 target and fixing up a few regressions that have creeped in since the last time I sorted the includes. llvm-svn: 171362
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index 7c18a38..f2783c3 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/lib/Transforms/Utils/Local.cpp
@@ -14,8 +14,8 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/MemoryBuiltins.h"