diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2003-02-14 20:41:53 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2003-02-14 20:41:53 +0000 |
commit | f8c09ee341e16b940cbf4e4268ea44275ddfbf78 (patch) | |
tree | a60c0bc541a4a8aa62d5ee287c3e268f5177a1d8 /llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | |
parent | b5cbfa0f15521ea2272cd010326031720ed4d461 (diff) | |
download | bcm5719-llvm-f8c09ee341e16b940cbf4e4268ea44275ddfbf78.tar.gz bcm5719-llvm-f8c09ee341e16b940cbf4e4268ea44275ddfbf78.zip |
Changes to runtime framework
llvm-svn: 5572
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index dad3958c866..e910616d290 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -479,7 +479,7 @@ static void moveDummyCode(vector<Edge> &stDummy, //appropriate locations void processGraph(Graph &g, Instruction *rInst, - Instruction *countInst, + Value *countInst, vector<Edge >& be, vector<Edge >& stDummy, vector<Edge >& exDummy, |