commit | 2ffb703bf431d74326c88266b4ddaf225eb3c6ad | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Nov 08 13:35:21 2017 -0800 |
committer | Igor Murashkin <iam@google.com> | Wed Nov 08 15:15:52 2017 -0800 |
tree | 0552c3c76a42b18f9e7460d501fb71a6dc2e7f33 | |
parent | c4b6f3116f15c8e4fdf2e4f604ababdee12d8923 [diff] [blame] |
cpplint: Cleanup errors Cleanup errors from upstream cpplint in preparation for moving art's cpplint fork to upstream tip-of-tree cpplint. Test: cd art && mm Bug: 68951293 Change-Id: I15faed4594cbcb8399850f8bdee39d42c0c5b956
diff --git a/compiler/optimizing/induction_var_analysis.cc b/compiler/optimizing/induction_var_analysis.cc index 0987293..e2747af 100644 --- a/compiler/optimizing/induction_var_analysis.cc +++ b/compiler/optimizing/induction_var_analysis.cc
@@ -683,7 +683,7 @@ CreateConstant(0, type_), c->fetch, type_); - }; + } break; case kRem: // Idiomatic MOD wrap-around induction.