diff options
Diffstat (limited to 'compiler/optimizing/inliner.cc')
-rw-r--r-- | compiler/optimizing/inliner.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc index 5917f8447e..0fd3eeab2e 100644 --- a/compiler/optimizing/inliner.cc +++ b/compiler/optimizing/inliner.cc @@ -1807,9 +1807,6 @@ bool HInliner::TryPatternSubstitution(HInvoke* invoke_instruction, number_of_instructions = number_of_iputs + (needs_constructor_barrier ? 1u : 0u); break; } - default: - LOG(FATAL) << "UNREACHABLE"; - UNREACHABLE(); } if (number_of_instructions != 0u) { total_number_of_instructions_ += number_of_instructions; |