diff options
| author | 2014-10-25 00:14:26 +0000 | |
|---|---|---|
| committer | 2014-10-25 00:14:26 +0000 | |
| commit | 3e3364e267117462894e0c3b7d9b413b25d28057 (patch) | |
| tree | b5f96ac99323be3e210156de8d97a61af7e1a19c /compiler/compiler.cc | |
| parent | c57a66d5aadfd682c63e34ec1b1f304260f8c333 (diff) | |
| parent | 2c4257be8191c5eefde744e8965fcefc80a0a97d (diff) | |
Merge "Tidy logging code not using UNIMPLEMENTED."
Diffstat (limited to 'compiler/compiler.cc')
| -rw-r--r-- | compiler/compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/compiler.cc b/compiler/compiler.cc index fbfd8e6415..36213ca417 100644 --- a/compiler/compiler.cc +++ b/compiler/compiler.cc @@ -75,8 +75,8 @@ Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { default: LOG(FATAL) << "UNREACHABLE"; + UNREACHABLE(); } - return nullptr; } } // namespace art |