summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2003-02-14 20:41:53 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2003-02-14 20:41:53 +0000
commitf8c09ee341e16b940cbf4e4268ea44275ddfbf78 (patch)
treea60c0bc541a4a8aa62d5ee287c3e268f5177a1d8 /llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
parentb5cbfa0f15521ea2272cd010326031720ed4d461 (diff)
downloadbcm5719-llvm-f8c09ee341e16b940cbf4e4268ea44275ddfbf78.tar.gz
bcm5719-llvm-f8c09ee341e16b940cbf4e4268ea44275ddfbf78.zip
Changes to runtime framework
llvm-svn: 5572
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
index dad3958c866..e910616d290 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.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,
OpenPOWER on IntegriCloud