[llvm-commits] CVS: llvm/include/llvm/CodeGen/IGNode.h

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 29 10:50:01 PST 2002


Changes in directory llvm/include/llvm/CodeGen:

IGNode.h updated: 1.10 -> 1.11

---
Log message:

Remove forward decl


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/IGNode.h
diff -u llvm/include/llvm/CodeGen/IGNode.h:1.10 llvm/include/llvm/CodeGen/IGNode.h:1.11
--- llvm/include/llvm/CodeGen/IGNode.h:1.10	Thu Sep 19 19:55:04 2002
+++ llvm/include/llvm/CodeGen/IGNode.h	Tue Oct 29 10:49:44 2002
@@ -26,7 +26,6 @@
 #define IG_NODE_H
 
 #include "llvm/CodeGen/LiveRange.h"
-class LiveRange;
 class RegClass;
 
 //----------------------------------------------------------------------------





More information about the llvm-commits mailing list