aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SchedGraphCommon.h
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-09 18:43:06 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-09 18:43:06 +0000
commitf7ecb9548d7a8da592e7fec555061e20b47f3219 (patch)
tree4f9271c30cd9273c534fc9e5fd0011abd02e39ff /include/llvm/CodeGen/SchedGraphCommon.h
parentf738db08186b379b58d88511f726ed7ecfb47629 (diff)
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
Diffstat (limited to 'include/llvm/CodeGen/SchedGraphCommon.h')
-rw-r--r--include/llvm/CodeGen/SchedGraphCommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h
index 58bfc7d95a..5e814137bc 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