commit | f8c09ee341e16b940cbf4e4268ea44275ddfbf78 | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Fri Feb 14 20:41:53 2003 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Fri Feb 14 20:41:53 2003 +0000 |
tree | a60c0bc541a4a8aa62d5ee287c3e268f5177a1d8 | |
parent | b5cbfa0f15521ea2272cd010326031720ed4d461 [diff] [blame] |
Changes to runtime framework llvm-svn: 5572
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index dad3958..e910616 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
@@ -479,7 +479,7 @@ //appropriate locations void processGraph(Graph &g, Instruction *rInst, - Instruction *countInst, + Value *countInst, vector<Edge >& be, vector<Edge >& stDummy, vector<Edge >& exDummy,