diff options
| author | 2018-12-28 18:58:01 +0000 | |
|---|---|---|
| committer | 2018-12-28 18:58:01 +0000 | |
| commit | 90793b3f3fa3fee04b196555f1656d432993f799 (patch) | |
| tree | 2371a2ad64d962215d7b99a507fe5ff67624c290 /compiler/optimizing/optimization.cc | |
| parent | 9f55716cadd84ad509a4fd3bb0a0202038cf11bd (diff) | |
| parent | 3db70689e3e1c92344d436a8ea4265046bdef449 (diff) | |
Merge "ART: Refactor for bugprone-argument-comment"
Diffstat (limited to 'compiler/optimizing/optimization.cc')
| -rw-r--r-- | compiler/optimizing/optimization.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/optimizing/optimization.cc b/compiler/optimizing/optimization.cc index b75afad4c8..8864a12301 100644 --- a/compiler/optimizing/optimization.cc +++ b/compiler/optimizing/optimization.cc @@ -260,9 +260,9 @@ ArenaVector<HOptimization*> ConstructOptimizations( handles, stats, accessor.RegistersSize(), - /* total_number_of_instructions */ 0, - /* parent */ nullptr, - /* depth */ 0, + /* total_number_of_instructions= */ 0, + /* parent= */ nullptr, + /* depth= */ 0, pass_name); break; } |