commit | 0418b5b20587c645b6bf9d8cb65d3d6a9f074d96 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Dec 04 17:24:50 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 04 17:24:50 2014 -0800 |
tree | f0f7d8a245851acd0409535640a804be5db7a6bb | |
parent | 044ac4f4f6760eeef4ed96b5349a8a5c325c52f1 [diff] [blame] |
ART: Fix linting errors Fix bounds_check_elimination linting errors. Change-Id: I040433ecbc84d740bff331c37df0bfcc64dc244e
diff --git a/compiler/optimizing/bounds_check_elimination.h b/compiler/optimizing/bounds_check_elimination.h index 25551d5..05cb185 100644 --- a/compiler/optimizing/bounds_check_elimination.h +++ b/compiler/optimizing/bounds_check_elimination.h
@@ -23,7 +23,7 @@ class BoundsCheckElimination : public HOptimization { public: - BoundsCheckElimination(HGraph* graph) : HOptimization(graph, true, "BCE") {} + explicit BoundsCheckElimination(HGraph* graph) : HOptimization(graph, true, "BCE") {} void Run() OVERRIDE;