diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-11-28 03:31:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-11-28 03:31:29 +0000 |
commit | 38b0e7bbf2590f99122a2535d16f34bd12c3bb24 (patch) | |
tree | 22f23943fb6a05971479bf5f72ad02cc84a9ebb8 /lib/CodeGen/LiveInterval.cpp | |
parent | 8bcb042f22f06d034f18aee8cb5dd0a04745fd97 (diff) |
Put the #include for a module first.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveInterval.cpp')
-rw-r--r-- | lib/CodeGen/LiveInterval.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp index 703e31bf38..0e75bfb68f 100644 --- a/lib/CodeGen/LiveInterval.cpp +++ b/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> |