search for: d22161

Displaying 1 result from an estimated 1 matches for "d22161".

Did you mean: d20161
2016 Jul 11
2
[PATCH] D22161: SystemZ: Avoid implicit iterator conversions, NFC
...rs/etc. cannot be nullptr. In many cases I've updated variables/parameters/etc. in this way, but sometimes I took the easy way out of just saying `&*I` (and sometimes that's the best option). I encourage following up with more reference-based logic! > > http://reviews.llvm.org/D22161 > > >