Add support for the new va_arg instruction
authorChris Lattner <sabre@nondot.org>
Thu, 8 May 2003 02:44:12 +0000 (02:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 May 2003 02:44:12 +0000 (02:44 +0000)
commit8f77daef04355c00b78b645f5aae5694e7a8b631
tree44b5b785fe68c331d24b79ca5f6faa3850b9d586
parent97b315a58581261ec4bd6430ec9b438ba5fb728e
Add support for the new va_arg instruction

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6029 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Writer/InstructionWriter.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Verifier.cpp