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,