diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 5f8b2136f2..3ac97a479c 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -22,7 +22,7 @@ using std::vector; //This is determined from cond (1-6) void getEdgeCode::getCode(Instruction *rInst, Instruction *countInst, - Method *M, + Function *M, BasicBlock *BB){ BasicBlock::InstListType& instList=BB->getInstList(); |