llvm-6502/lib/Transforms
Duncan Sands ac512171ff Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne
(via APInt &RHSKnownZero = KnownZero, etc) seems dangerous and confusing to me: it
is easy not to notice this, and then wonder why KnownZero/RHSKnownZero changed
underneath you when you modified RHSKnownZero/KnownZero etc.  So get rid of this.
No intended functionality change (tested with "make check" + llvm-gcc bootstrap).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94802 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-29 06:18:46 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
InstCombine Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne 2010-01-29 06:18:46 +00:00
Instrumentation make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
Scalar Make strcpy_chk lower to strcpy if we have a safe size. 2010-01-29 01:37:11 +00:00
Utils mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics 2010-01-29 00:01:35 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00