diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 5f8b2136f2b..3ac97a479c4 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/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(); |

