[llvm-commits] CVS: llvm/lib/CodeGen/LiveInterval.cpp
Bill Wendling
isanbard at gmail.com
Mon Nov 27 19:31:43 PST 2006
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>
More information about the llvm-commits
mailing list