[llvm-commits] CVS: llvm/include/llvm/Analysis/DSGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 10 17:32:01 PDT 2002
Changes in directory llvm/include/llvm/Analysis:
DSGraph.h updated: 1.3 -> 1.4
---
Log message:
Change reference
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.3 llvm/include/llvm/Analysis/DSGraph.h:1.4
--- llvm/include/llvm/Analysis/DSGraph.h:1.3 Wed Oct 2 16:55:24 2002
+++ llvm/include/llvm/Analysis/DSGraph.h Thu Oct 10 17:31:02 2002
@@ -157,7 +157,7 @@
// Iterator for graph interface...
typedef DSNodeIterator iterator;
- inline iterator begin(); // Defined in DataStructureGraph.h
+ inline iterator begin(); // Defined in DSGraphTraits.h
inline iterator end();
//===--------------------------------------------------
More information about the llvm-commits
mailing list