- Change Function's so that their argument list is populated when they are
authorChris Lattner <sabre@nondot.org>
Sun, 13 Oct 2002 20:57:00 +0000 (20:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Oct 2002 20:57:00 +0000 (20:57 +0000)
commit69da5cf26143e4542d4bf8c78ffac6d079efe5c9
tree22a05be14b5a74d3bbd2f1dcb8a07d91f4238177
parent0b16ae209a1d0876a7ea6800bb567d925443cba3
  - Change Function's so that their argument list is populated when they are
    constructed.  Before, external functions would have an empty argument list,
    now a Function ALWAYS has a populated argument list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/Reader.cpp
lib/Linker/LinkModules.cpp
lib/Transforms/IPO/MutateStructTypes.cpp
lib/Transforms/Utils/Linker.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Function.cpp
lib/VMCore/Linker.cpp
lib/VMCore/Verifier.cpp