IR, bitcode reader, bitcode writer, and asmparser changes to
authorDan Gohman <gohman@apple.com>
Sat, 31 May 2008 00:58:22 +0000 (00:58 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 31 May 2008 00:58:22 +0000 (00:58 +0000)
commit81a0c0b44e582baca8b68754a7fcabfc3aef2e7a
tree0b0d24cd0d230447b1d8419bb0360c74955fdda1
parent652f7ea955bb433d6b7a4d33685dca9485fd7b8b
IR, bitcode reader, bitcode writer, and asmparser changes to
insertvalue and extractvalue to use constant indices instead of
Value* indices. And begin updating LangRef.html.

There's definately more to come here, but I'm checking this
basic support in now to make it available to people who are
interested.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51806 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
docs/LangRef.html
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/Instructions.h
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Type.cpp
test/Assembler/insertextractvalue.ll