diff options
Diffstat (limited to 'compiler/optimizing/bounds_check_elimination.cc')
-rw-r--r-- | compiler/optimizing/bounds_check_elimination.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/bounds_check_elimination.cc b/compiler/optimizing/bounds_check_elimination.cc index c0d4c37659..1ef4d751a2 100644 --- a/compiler/optimizing/bounds_check_elimination.cc +++ b/compiler/optimizing/bounds_check_elimination.cc @@ -1983,7 +1983,7 @@ class BCEVisitor final : public HGraphVisitor { } user->RemoveAsUserOfInput(index); user->SetRawEnvAt(index, phi); - phi->AddEnvUseAt(user, index); + phi->AddEnvUseAt(GetGraph()->GetAllocator(), user, index); } } } |