summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_mips.cc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-29 11:33:18 -0800
committerElliott Hughes <enh@google.com>2018-11-29 11:33:18 -0800
commitc1896c9a0e15df3a1b9a3a19bcd2a933b654fe06 (patch)
treeb68a5f5163f8da0da87d671a225addaa2a13095f /compiler/optimizing/code_generator_mips.cc
parentf2970cd870948a6ee1c8ecd30c9c3147d05aa0be (diff)
C++17 compatibility: make WITH_TIDY=1 happy again.
Bug: http://b/111067277 Test: builds Change-Id: I8b69ea3815e14bb6eb27f40c0dd01a85b340a355
Diffstat (limited to 'compiler/optimizing/code_generator_mips.cc')
-rw-r--r--compiler/optimizing/code_generator_mips.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_mips.cc b/compiler/optimizing/code_generator_mips.cc
index c6d0f3f618..c536dd3db5 100644
--- a/compiler/optimizing/code_generator_mips.cc
+++ b/compiler/optimizing/code_generator_mips.cc
@@ -147,7 +147,7 @@ Location InvokeDexCallingConventionVisitorMIPS::GetNextLocation(DataType::Type t
case DataType::Type::kUint64:
case DataType::Type::kVoid:
LOG(FATAL) << "Unexpected parameter type " << type;
- break;
+ UNREACHABLE();
}
// Space on the stack is reserved for all arguments.