Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne
authorDuncan Sands <baldrick@free.fr>
Fri, 29 Jan 2010 06:18:46 +0000 (06:18 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 29 Jan 2010 06:18:46 +0000 (06:18 +0000)
commitac512171ff12829c5961ca2614dfaf4b37bf8c2e
tree76998293f9493b09c00ffa6d549f87c8915ed6d7
parentcfd54181a44db5ac75cd4a7d0a3c6a199ab01c29
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
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp