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/loop_optimization_test.cc | |
| parent | 9f55716cadd84ad509a4fd3bb0a0202038cf11bd (diff) | |
| parent | 3db70689e3e1c92344d436a8ea4265046bdef449 (diff) | |
Merge "ART: Refactor for bugprone-argument-comment"
Diffstat (limited to 'compiler/optimizing/loop_optimization_test.cc')
| -rw-r--r-- | compiler/optimizing/loop_optimization_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/loop_optimization_test.cc b/compiler/optimizing/loop_optimization_test.cc index c7cc661303..310d98b5b0 100644 --- a/compiler/optimizing/loop_optimization_test.cc +++ b/compiler/optimizing/loop_optimization_test.cc @@ -30,7 +30,7 @@ class LoopOptimizationTest : public OptimizingUnitTest { : graph_(CreateGraph()), iva_(new (GetAllocator()) HInductionVarAnalysis(graph_)), loop_opt_(new (GetAllocator()) HLoopOptimization( - graph_, /* compiler_options */ nullptr, iva_, /* stats */ nullptr)) { + graph_, /* compiler_options= */ nullptr, iva_, /* stats= */ nullptr)) { BuildGraph(); } |