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 | bc0d5f8bcb7ae2656cd002e69dee126a5e2b5295 (patch) | |
| tree | c276679a353f0fb117c67d533c47beb3285edb62 /llvm/lib | |
| parent | b2a6b0dbad676b93a17efcf2b4016239feaaa2f2 (diff) | |
| download | bcm5719-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.cpp | 2 |
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> |

