IR support for extractvalue and insertvalue instructions. Also, begin
authorDan Gohman <gohman@apple.com>
Thu, 15 May 2008 19:50:34 +0000 (19:50 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 15 May 2008 19:50:34 +0000 (19:50 +0000)
commit041e2eb51721bcfecee5d9c9fc409ff185526e47
treebb8e3b74ffb3950147e74e621ffa5e8f14040cd2
parentd208a803a614a0ce6d5a8c6df045fd130f5dfed7
IR support for extractvalue and insertvalue instructions. Also, begin
moving toward making structs and arrays first-class types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51157 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/Constants.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/Support/InstVisitor.h
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/ConstantFold.h
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp
test/Verifier/2002-11-05-GetelementptrPointers.ll