diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-09 18:43:06 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-09 18:43:06 +0000 |
commit | f7ecb9548d7a8da592e7fec555061e20b47f3219 (patch) | |
tree | 4f9271c30cd9273c534fc9e5fd0011abd02e39ff | |
parent | f738db08186b379b58d88511f726ed7ecfb47629 (diff) | |
download | external_llvm-f7ecb9548d7a8da592e7fec555061e20b47f3219.zip external_llvm-f7ecb9548d7a8da592e7fec555061e20b47f3219.tar.gz external_llvm-f7ecb9548d7a8da592e7fec555061e20b47f3219.tar.bz2 |
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
-rw-r--r-- | include/llvm/CodeGen/SchedGraphCommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h index 58bfc7d..5e81413 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 |