summaryrefslogtreecommitdiffstats
path: root/runtime/gc/gc_cause.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/gc_cause.cc')
-rw-r--r--runtime/gc/gc_cause.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/gc_cause.cc b/runtime/gc/gc_cause.cc
index f0e1512adf..6be683df48 100644
--- a/runtime/gc/gc_cause.cc
+++ b/runtime/gc/gc_cause.cc
@@ -35,8 +35,8 @@ const char* PrettyCause(GcCause cause) {
case kGcCauseTrim: return "HeapTrim";
default:
LOG(FATAL) << "Unreachable";
+ UNREACHABLE();
}
- return "";
}
std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {