"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8812485d417d56755e3df9aa17a9ddfa2b509f23"
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). llvm-svn: 94802
Loading
Please register or sign in to comment