[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervals.cpp
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Feb 22 19:03:01 PST 2004
Changes in directory llvm/lib/CodeGen:
LiveIntervals.cpp updated: 1.62 -> 1.63
---
Log message:
Move LiveIntervals.h up to be the first included header
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/LiveIntervals.cpp
diff -u llvm/lib/CodeGen/LiveIntervals.cpp:1.62 llvm/lib/CodeGen/LiveIntervals.cpp:1.63
--- llvm/lib/CodeGen/LiveIntervals.cpp:1.62 Sun Feb 22 18:50:15 2004
+++ llvm/lib/CodeGen/LiveIntervals.cpp Sun Feb 22 19:01:21 2004
@@ -16,6 +16,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "liveintervals"
+#include "LiveIntervals.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
@@ -30,7 +31,6 @@
#include "Support/Debug.h"
#include "Support/Statistic.h"
#include "Support/STLExtras.h"
-#include "LiveIntervals.h"
#include <cmath>
#include <iostream>
#include <limits>
More information about the llvm-commits
mailing list