Update comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-03-21 21:40:39 +00:00
parent e33b796851
commit 6f2ec7f59d
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ ipo_iterator<T> ipo_end(T G){
//
// This class should be used like this:
// {
// ReversePostOrderTraversal<Method*> RPOT(MethodPtr); // Expensive to create
// ReversePostOrderTraversal<Function*> RPOT(FuncPtr); // Expensive to create
// for (rpo_iterator I = RPOT.begin(); I != RPOT.end(); ++I) {
// ...
// }

View File

@ -113,7 +113,7 @@ ipo_iterator<T> ipo_end(T G){
//
// This class should be used like this:
// {
// ReversePostOrderTraversal<Method*> RPOT(MethodPtr); // Expensive to create
// ReversePostOrderTraversal<Function*> RPOT(FuncPtr); // Expensive to create
// for (rpo_iterator I = RPOT.begin(); I != RPOT.end(); ++I) {
// ...
// }