Index: lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp,v retrieving revision 1.25 diff -u -r1.25 GraphAuxiliary.cpp --- lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp 1 Sep 2004 22:55:36 -0000 1.25 +++ lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp 18 Oct 2004 09:51:01 -0000 @@ -650,7 +650,7 @@ //see what it looks like... //now insert code along edges which have codes on them - for(map::iterator MI=codeInsertions.begin(), + for(map::iterator MI=codeInsertions.begin(), ME=codeInsertions.end(); MI!=ME; ++MI){ Edge ed=MI->first; insertBB(ed, MI->second, rInst, countInst, numPaths, MethNo, threshold);