commit | 95f65b6f8455ba89f606dc83a283ad306184c602 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 08 22:01:15 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 08 22:01:15 2002 +0000 |
tree | f60733d97f77407ceb66c0bf6904389ba9bb8d48 | |
parent | d620de69a164405f11cbfcbc54b54fd0f7f2e341 [diff] |
s/method/function llvm-svn: 2177
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 62f12db..73884bb 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/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);