Simplify graph traversal, improve grammar

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-10-31 23:01:34 +00:00
parent 448a4afd2e
commit 4bbf3dfbe6
2 changed files with 10 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ namespace PA {
unsigned processSCC(DSGraph &FG, Function &F, std::vector<Function*> &Stack,
unsigned &NextID,
hash_map<Function*, unsigned> &ValMap);
std::map<Function*, unsigned> &ValMap);
void processGraph(DSGraph &FG, Function &F);