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 | 0df4298547aa812278d51a7788ff0548bc8a3098 (patch) | |
| tree | 14d56d126e3e968dc9982a58b25dbac6e6293572 /llvm | |
| parent | 2e1cbb735df84cd22cc6d77eb170ba7c929f941d (diff) | |
| download | bcm5719-llvm-0df4298547aa812278d51a7788ff0548bc8a3098.tar.gz bcm5719-llvm-0df4298547aa812278d51a7788ff0548bc8a3098.zip | |
SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore.
llvm-svn: 11240
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/SchedGraphCommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SchedGraphCommon.h b/llvm/include/llvm/CodeGen/SchedGraphCommon.h index 58bfc7d95a2..5e814137bcb 100644 --- a/llvm/include/llvm/CodeGen/SchedGraphCommon.h +++ b/llvm/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 |

