s/method/function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-04-08 22:01:15 +00:00
parent 35e309ab01
commit 4d669b510c
4 changed files with 8 additions and 8 deletions

View File

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