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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Feb 9 12:44:01 PST 2004


Changes in directory llvm/include/llvm/CodeGen:

SchedGraphCommon.h updated: 1.9 -> 1.10

---
Log message:

SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore.


---
Diffs of the changes:  (+0 -1)

Index: llvm/include/llvm/CodeGen/SchedGraphCommon.h
diff -u llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.9 llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.10
--- llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.9	Tue Jan 20 11:49:42 2004
+++ llvm/include/llvm/CodeGen/SchedGraphCommon.h	Mon Feb  9 12:43:06 2004
@@ -72,7 +72,6 @@
   virtual void print(std::ostream &os) const = 0;
   
 protected:
-  friend class SchedGraph;		
   friend class SchedGraphCommon;
   friend class SchedGraphEdge;		// give access for adding edges
   





More information about the llvm-commits mailing list