Address review comments.

Comments were from:
https://android-review.googlesource.com/#/c/121992.

Change-Id: I8c59b30a356d606f12c50d0c8db916295a5c9e13
diff --git a/compiler/optimizing/ssa_liveness_analysis.h b/compiler/optimizing/ssa_liveness_analysis.h
index b632c4d..a123313 100644
--- a/compiler/optimizing/ssa_liveness_analysis.h
+++ b/compiler/optimizing/ssa_liveness_analysis.h
@@ -530,7 +530,7 @@
   bool SameRegisterKind(Location other) const;
 
   bool HasHighInterval() const {
-    return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr);
+    return IsLowInterval();
   }
 
   bool HasLowInterval() const {