diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:01:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:01:15 +0000 |
commit | 95f65b6f8455ba89f606dc83a283ad306184c602 (patch) | |
tree | f60733d97f77407ceb66c0bf6904389ba9bb8d48 /llvm/lib/Bytecode/Writer/WriterInternals.h | |
parent | d620de69a164405f11cbfcbc54b54fd0f7f2e341 (diff) | |
download | bcm5719-llvm-95f65b6f8455ba89f606dc83a283ad306184c602.tar.gz bcm5719-llvm-95f65b6f8455ba89f606dc83a283ad306184c602.zip |
s/method/function
llvm-svn: 2177
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 62f12db91fe..73884bbdcc4 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -27,7 +27,7 @@ public: 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); |