diff options
Diffstat (limited to 'compiler/optimizing/code_generator_x86_64.cc')
-rw-r--r-- | compiler/optimizing/code_generator_x86_64.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/optimizing/code_generator_x86_64.cc b/compiler/optimizing/code_generator_x86_64.cc index 5df8ed978d..78c7d9d81b 100644 --- a/compiler/optimizing/code_generator_x86_64.cc +++ b/compiler/optimizing/code_generator_x86_64.cc @@ -129,9 +129,9 @@ class SuspendCheckSlowPathX86_64 : public SlowPathCode { class BoundsCheckSlowPathX86_64 : public SlowPathCode { public: - explicit BoundsCheckSlowPathX86_64(HBoundsCheck* instruction, - Location index_location, - Location length_location) + BoundsCheckSlowPathX86_64(HBoundsCheck* instruction, + Location index_location, + Location length_location) : instruction_(instruction), index_location_(index_location), length_location_(length_location) {} |