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();