[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
Anand Shukla
ashukla at cs.uiuc.edu
Fri Feb 14 14:39:03 PST 2003
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
GraphAuxillary.cpp updated: 1.14 -> 1.15
---
Log message:
Changes to runtime framework
---
Diffs of the changes:
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.14 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.15
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.14 Tue Jan 14 16:33:56 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp Fri Feb 14 14:38:05 2003
@@ -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,
More information about the llvm-commits
mailing list