diff options
Diffstat (limited to 'compiler/optimizing/write_barrier_elimination.h')
-rw-r--r-- | compiler/optimizing/write_barrier_elimination.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/write_barrier_elimination.h b/compiler/optimizing/write_barrier_elimination.h index a3769e7421..1e9ab7b23b 100644 --- a/compiler/optimizing/write_barrier_elimination.h +++ b/compiler/optimizing/write_barrier_elimination.h @@ -33,7 +33,7 @@ namespace art HIDDEN { // We can keep the write barrier for `inner_obj` and remove the other two. // // In order to do this, we set the WriteBarrierKind of the instruction. The instruction's kind are -// set to kEmitNoNullCheck (if this write barrier coalesced other write barriers, we don't want to +// set to kEmitBeingReliedOn (if this write barrier coalesced other write barriers, we don't want to // perform the null check optimization), or to kDontEmit (if the write barrier as a whole is not // needed). class WriteBarrierElimination : public HOptimization { |