InsertValue and ExtractValue constant expressions are always
authorDan Gohman <gohman@apple.com>
Mon, 21 Jul 2008 23:30:30 +0000 (23:30 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 21 Jul 2008 23:30:30 +0000 (23:30 +0000)
commite089160d1065d83986fd97fae7f0af08c03e7d47
tree347875bd3dde0f305a3bec65efe7828875cc3eaf
parent6e7775f732b4695dd049389238689415bdc99835
InsertValue and ExtractValue constant expressions are always
folded. Remove code that handled the case where they aren't
folded, and remove bitcode reader/writer support for them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53887 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/Constants.cpp