Remove support for Not ConstantExpr. This simplifies the unary case to only
authorChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 18:24:09 +0000 (18:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 18:24:09 +0000 (18:24 +0000)
commitad333484ea5ae976b83e35ccd3f6cfa6e71290e2
tree31537909533fda5bb35bec362a4a0b26b56a3683
parent9b2b80fd48b10396be85a71735ffda0c155e5f72
Remove support for Not ConstantExpr.  This simplifies the unary case to only
have to support the cast instruction, so the function is renamed to getCast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3328 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/ConstantReader.cpp
lib/Bytecode/Reader/InstructionReader.cpp
lib/Linker/LinkModules.cpp
lib/Transforms/Utils/Linker.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Linker.cpp