From 2c4257be8191c5eefde744e8965fcefc80a0a97d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 24 Oct 2014 14:20:06 -0700 Subject: Tidy logging code not using UNIMPLEMENTED. Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe --- compiler/jni/portable/jni_compiler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/jni') diff --git a/compiler/jni/portable/jni_compiler.cc b/compiler/jni/portable/jni_compiler.cc index d2f54f8..ff37d85 100644 --- a/compiler/jni/portable/jni_compiler.cc +++ b/compiler/jni/portable/jni_compiler.cc @@ -298,6 +298,7 @@ void JniCompiler::CreateFunction(const std::string& func_name) { case 'D': ret_type = irb_.getJDoubleTy(); break; case 'L': ret_type = irb_.getJObjectTy(); break; default: LOG(FATAL) << "Unreachable: unexpected return type in shorty " << shorty; + UNREACHABLE(); } // Get argument type std::vector< ::llvm::Type*> args_type; -- cgit v1.1