commit | 4d669b510c1d609c6b3fe98ac14ae38bd7c011f6 | [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 | fddc1db11b5b51721a6b86cb6d2facb429703f95 | |
parent | 35e309ab01a91af7b8c5d4268741222bcffbbb21 [diff] [blame] |
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);