fd44f86cfb
"a.remainder(b)" can be compiled to "a % b" "a % b" can be compiled to "a % b" in some limited circumstances. BUG= R=sigmund@google.com Review-Url: https://codereview.chromium.org/2561533002 .