From f8c09ee341e16b940cbf4e4268ea44275ddfbf78 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 14 Feb 2003 20:41:53 +0000 Subject: Changes to runtime framework llvm-svn: 5572 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp') 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 &stDummy, //appropriate locations void processGraph(Graph &g, Instruction *rInst, - Instruction *countInst, + Value *countInst, vector& be, vector& stDummy, vector& exDummy, -- cgit v1.2.3