llvm-6502/lib/Transforms
Reid Spencer c55b243bcd Fix a bug in EvaluateInDifferentType. The type of operand should not be
used to determine whether a ZExt or SExt cast is performed. Instead, pass
an "isSigned" bool to the function and determine its value from the opcode
of the cast involved.
Also, clean up some cruft from previous patches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32548 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-13 18:21:21 +00:00
..
Hello Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Instrumentation Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
IPO Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 2006-12-13 08:04:32 +00:00
Scalar Fix a bug in EvaluateInDifferentType. The type of operand should not be 2006-12-13 18:21:21 +00:00
Utils Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
ExprTypeConvert.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
LevelRaise.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp For PR950: 2006-10-20 07:07:24 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00