Neg instruction removed. Cast instruction implemented.
authorChris Lattner <sabre@nondot.org>
Sun, 8 Jul 2001 04:57:15 +0000 (04:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Jul 2001 04:57:15 +0000 (04:57 +0000)
commit0908309e3c4b4f423e88d8d8fe8060cb10eaa1c9
treedcdecdda0cd3e1168527d832f3824e0c94b3ef60
parentf22696f209701bff12edbe41c646d1ef179c685d
Neg instruction removed.  Cast instruction implemented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/ConstantHandling.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/iOperators.h
lib/AsmParser/Lexer.cpp
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.cpp
lib/AsmParser/llvmAsmParser.h
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Writer/InstructionWriter.cpp
lib/Transforms/Scalar/InductionVars.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/ConstantFold.h
lib/VMCore/ConstantFolding.h
lib/VMCore/InstrTypes.cpp
lib/VMCore/iOperators.cpp
test/Feature/casttest.ll [new file with mode: 0644]