Change references from Method to Function
authorChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 18:01:55 +0000 (18:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 18:01:55 +0000 (18:01 +0000)
commit79df7c0aaa18129e55968c8783ef8346807bd4af
tree4269fd8c25425d5164ee295b9060838df090d03f
parentb0d04726db108a8e8c43939d6321924a37199e24
Change references from Method to Function
change references from MethodARgument to FunctionArgument

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1991 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/Writer.cpp
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/Linker/LinkModules.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/Transforms/IPO/MutateStructTypes.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/InductionVars.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/Linker.cpp
lib/Transforms/Utils/LowerAllocations.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Function.cpp
lib/VMCore/InstrTypes.cpp
lib/VMCore/Linker.cpp
lib/VMCore/Module.cpp
lib/VMCore/Pass.cpp
lib/VMCore/SymbolTable.cpp