commit | f8e4dc33abe027ea0a21417e3a4b0dc99a3cf6ff | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 08 22:03:00 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 08 22:03:00 2002 +0000 |
tree | 52b60d8f99c3a3b625cb4e82b0610532cab6fbb0 | |
parent | 95f65b6f8455ba89f606dc83a283ad306184c602 [diff] [blame] |
s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 5f8b213..3ac97a4 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
@@ -22,7 +22,7 @@ //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();