[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/IGNode.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 1 15:18:03 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
IGNode.h updated: 1.13 -> 1.14
---
Log message:
LiveRange.h is now in lib/CodeGen/RegAlloc
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/IGNode.h
diff -u llvm/lib/CodeGen/RegAlloc/IGNode.h:1.13 llvm/lib/CodeGen/RegAlloc/IGNode.h:1.14
--- llvm/lib/CodeGen/RegAlloc/IGNode.h:1.13 Sat Jun 21 22:06:13 2003
+++ llvm/lib/CodeGen/RegAlloc/IGNode.h Mon Sep 1 15:17:07 2003
@@ -25,7 +25,7 @@
#ifndef IG_NODE_H
#define IG_NODE_H
-#include "llvm/CodeGen/LiveRange.h"
+#include "LiveRange.h"
class RegClass;
//----------------------------------------------------------------------------
More information about the llvm-commits
mailing list