commit | b4edcf357c823f32ddc8f529f111710c7d7c90b1 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Aug 20 17:05:49 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu Aug 20 17:05:49 2015 +0100 |
tree | 767328904963a9080776f7aaa04a0fb5ffeb887f | |
parent | 5e7cd7bf59501d6f1f90910a9da87effae7b9328 [diff] |
Fix indentation in reference type propagation Change-Id: I5860c4fef55326ac2b510e3e34c4541b691794e0
diff --git a/compiler/optimizing/reference_type_propagation.cc b/compiler/optimizing/reference_type_propagation.cc index 45b3df0..97b9972 100644 --- a/compiler/optimizing/reference_type_propagation.cc +++ b/compiler/optimizing/reference_type_propagation.cc
@@ -475,7 +475,7 @@ if (catch_info->IsCatchAllTypeIndex()) { instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(throwable_class_handle_, - /* is_exact */ false)); + /* is_exact */ false)); } else { UpdateReferenceTypeInfo(instr, catch_info->GetCatchTypeIndex(),