remove unions from LLVM IR. They are severely buggy and not
authorChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 04:09:24 +0000 (04:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 04:09:24 +0000 (04:09 +0000)
commit61c70e98ac3c7504d31dd9bc81c4e9cb998e9984
tree05263a360b43d09ed99dacdf6d402ce50deb32d7
parent5f88af537637831451ff9ffa08c597e05e7dc9fb
remove unions from LLVM IR.  They are severely buggy and not
being actively maintained, improved, or extended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112356 91177308-0d34-0410-b5e6-96231b3b80d8
33 files changed:
docs/BitCodeFormat.html
docs/GetElementPtr.html
docs/LangRef.html
docs/ReleaseNotes.html
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/Type.h
include/llvm/Value.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/TargetData.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp
lib/VMCore/ConstantsContext.h
lib/VMCore/Core.cpp
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h
lib/VMCore/Type.cpp
lib/VMCore/TypesContext.h
lib/VMCore/Verifier.cpp
test/Assembler/2010-01-06-UnionType.ll [deleted file]
test/Feature/unions.ll [deleted file]
test/Other/constant-fold-gep.ll