summaryrefslogtreecommitdiff
path: root/compiler/optimizing/bounds_check_elimination.h
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2015-06-24 14:11:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-06-24 14:11:46 +0000
commit22c4edd865bfdea29e80a789cef70e8e51d2a3a5 (patch)
tree310873c7bf2eee705d46bcdcb0022015969c4ae3 /compiler/optimizing/bounds_check_elimination.h
parent2b1bc487d3fa84e4bac16e85112e5e45682ac0ba (diff)
parent69ba7b7112c2277ac225615b37e6df74c055740d (diff)
Merge "ART: Run GraphChecker after Builder and SsaBuilder"
Diffstat (limited to 'compiler/optimizing/bounds_check_elimination.h')
-rw-r--r--compiler/optimizing/bounds_check_elimination.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/bounds_check_elimination.h b/compiler/optimizing/bounds_check_elimination.h
index 9e98ccf4b7..24b8ea7c56 100644
--- a/compiler/optimizing/bounds_check_elimination.h
+++ b/compiler/optimizing/bounds_check_elimination.h
@@ -24,7 +24,7 @@ namespace art {
class BoundsCheckElimination : public HOptimization {
public:
explicit BoundsCheckElimination(HGraph* graph)
- : HOptimization(graph, true, kBoundsCheckEliminiationPassName) {}
+ : HOptimization(graph, kBoundsCheckEliminiationPassName) {}
void Run() OVERRIDE;