s/method/function


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2177 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h
index 62f12db..73884bb 100644
--- a/lib/Bytecode/Writer/WriterInternals.h
+++ b/lib/Bytecode/Writer/WriterInternals.h
@@ -27,7 +27,7 @@
 
 protected:
   void outputConstants(bool isMethod);
-  void processMethod(const Method *M);
+  void processMethod(const Function *F);
   void processBasicBlock(const BasicBlock *BB);
   void processInstruction(const Instruction *I);