[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 20 21:18:36 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
LiveIntervalAnalysis.h updated: 1.46 -> 1.47
---
Log message:
move the live interval headers out of lib/CodeGen/
---
Diffs of the changes: (+1 -1)
LiveIntervalAnalysis.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.46 llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.47
--- llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.46 Thu Sep 1 19:20:32 2005
+++ llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h Tue Sep 20 23:18:25 2005
@@ -22,7 +22,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "LiveInterval.h"
+#include "llvm/CodeGen/LiveInterval.h"
namespace llvm {
More information about the llvm-commits
mailing list