Changes in directory llvm/lib/CodeGen:

LiveInterval.cpp updated: 1.37 -> 1.38
---
Log message:

Put the #include for a module first.


---
Diffs of the changes:  (+1 -1)

 LiveInterval.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/LiveInterval.cpp
diff -u llvm/lib/CodeGen/LiveInterval.cpp:1.37 
llvm/lib/CodeGen/LiveInterval.cpp:1.38
--- llvm/lib/CodeGen/LiveInterval.cpp:1.37      Mon Nov 27 20:08:17 2006
+++ llvm/lib/CodeGen/LiveInterval.cpp   Mon Nov 27 21:31:29 2006
@@ -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>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to