summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/VirtRegMap.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
commit442f784814262e1271354ee208f1dedc7b8053de (patch)
treeda7bd81e41cec7f0c20d6a64c4fdd6ab9f6fe536 /llvm/lib/CodeGen/VirtRegMap.cpp
parent757fcd6d1f7215be8fb90fd5ae5929efd4c21618 (diff)
downloadbcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.tar.gz
bcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.zip
[cleanup] Re-sort all the includes with utils/sort_includes.py.
llvm-svn: 202811
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp
index 29ed30cb51a..7d6481a96c0 100644
--- a/llvm/lib/CodeGen/VirtRegMap.cpp
+++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -20,8 +20,8 @@
#include "llvm/CodeGen/VirtRegMap.h"
#include "LiveDebugVariables.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/SparseSet.h"
+#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/LiveStackAnalysis.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
OpenPOWER on IntegriCloud