commit | 2c4257be8191c5eefde744e8965fcefc80a0a97d | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri Oct 24 14:20:06 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri Oct 24 14:23:42 2014 -0700 |
tree | 9db3e1f1c60f2df29638ba3ce9d5d5bb8b26ca2c | |
parent | 98c271d517bc4d25fc6879b4b8e35ea93885d9e2 [diff] [blame] |
Tidy logging code not using UNIMPLEMENTED. Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe
diff --git a/compiler/dex/quick/arm64/utility_arm64.cc b/compiler/dex/quick/arm64/utility_arm64.cc index 0883694..6985b73 100644 --- a/compiler/dex/quick/arm64/utility_arm64.cc +++ b/compiler/dex/quick/arm64/utility_arm64.cc
@@ -768,8 +768,8 @@ opcode = kA64Sub4RRre; break; default: - LOG(FATAL) << "Unimplemented opcode: " << op; - break; + UNIMPLEMENTED(FATAL) << "Unimplemented opcode: " << op; + UNREACHABLE(); } A64Opcode widened_opcode = r_dest.Is64Bit() ? WIDE(opcode) : opcode;