From f7ecb9548d7a8da592e7fec555061e20b47f3219 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Mon, 9 Feb 2004 18:43:06 +0000 Subject: [PATCH] SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11240 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SchedGraphCommon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h index 58bfc7d95a2..5e814137bcb 100644 --- a/include/llvm/CodeGen/SchedGraphCommon.h +++ b/include/llvm/CodeGen/SchedGraphCommon.h @@ -72,7 +72,6 @@ public: virtual void print(std::ostream &os) const = 0; protected: - friend class SchedGraph; friend class SchedGraphCommon; friend class SchedGraphEdge; // give access for adding edges