projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bcb042
)
Put the #include for a module first.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 28 Nov 2006 03:31:29 +0000
(
03:31
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 28 Nov 2006 03:31:29 +0000
(
03:31
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31958
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveInterval.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveInterval.cpp
b/lib/CodeGen/LiveInterval.cpp
index 703e31bf3842a201de0231e724d43784ac4a0c6f..0e75bfb68f355c71cffb3aa2d2fd73f65de72f34 100644
(file)
--- 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>