7eaad70e2f
This strengthens t1 = s == null || t == null; if (t1) return; known-here: t != null There are not many hits since the 'interesting' tests are usually earlier in the short-circuit expression. R=sigmund@google.com Review URL: https://codereview.chromium.org/2438543004 .