summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-28 03:31:29 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-28 03:31:29 +0000
commitbc0d5f8bcb7ae2656cd002e69dee126a5e2b5295 (patch)
treec276679a353f0fb117c67d533c47beb3285edb62 /llvm/lib
parentb2a6b0dbad676b93a17efcf2b4016239feaaa2f2 (diff)
downloadbcm5719-llvm-bc0d5f8bcb7ae2656cd002e69dee126a5e2b5295.tar.gz
bcm5719-llvm-bc0d5f8bcb7ae2656cd002e69dee126a5e2b5295.zip
Put the #include for a module first.
llvm-svn: 31958
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LiveInterval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp
index 703e31bf384..0e75bfb68f3 100644
--- a/llvm/lib/CodeGen/LiveInterval.cpp
+++ b/llvm/lib/CodeGen/LiveInterval.cpp
@@ -18,8 +18,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/LiveInterval.h"
+#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Streams.h"
#include "llvm/Target/MRegisterInfo.h"
#include <algorithm>
OpenPOWER on IntegriCloud