Skip to content

Commit

Permalink
Change reference
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4110 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 10, 2002
1 parent f6516da commit ab36314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/llvm/Analysis/DSGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class DSNode {

// Iterator for graph interface...
typedef DSNodeIterator iterator;
inline iterator begin(); // Defined in DataStructureGraph.h
inline iterator begin(); // Defined in DSGraphTraits.h
inline iterator end();

//===--------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/llvm/Analysis/DataStructure/DSGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class DSNode {

// Iterator for graph interface...
typedef DSNodeIterator iterator;
inline iterator begin(); // Defined in DataStructureGraph.h
inline iterator begin(); // Defined in DSGraphTraits.h
inline iterator end();

//===--------------------------------------------------
Expand Down

0 comments on commit ab36314

Please sign in to comment.