diff options
Diffstat (limited to 'compiler/optimizing/inliner.cc')
-rw-r--r-- | compiler/optimizing/inliner.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc index 719221ee32..312b8ed748 100644 --- a/compiler/optimizing/inliner.cc +++ b/compiler/optimizing/inliner.cc @@ -421,7 +421,6 @@ static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* met case Instruction::RETURN_VOID: case Instruction::RETURN_WIDE: case Instruction::RETURN_OBJECT: - case Instruction::RETURN_VOID_NO_BARRIER: return false; // found regular control flow back case Instruction::THROW: throw_seen = true; |