Start using the new and improve interface to FunctionType arguments
authorChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 04:14:01 +0000 (04:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 04:14:01 +0000 (04:14 +0000)
commitd5d89967206e1153d24abdb7b22002f7533f55c7
treedd63c2f411779dd7b2087561d14d924440362ba8
parent36cb08ae5bc991bb91f1ab566100c2cdd25c344c
Start using the new and improve interface to FunctionType arguments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11224 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/ConstantWriter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/FunctionResolution.cpp
lib/Transforms/IPO/MutateStructTypes.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Type.cpp
lib/VMCore/iCall.cpp