diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp index 1cf354349c56..a8e45d46c07c 100644 --- a/llvm/lib/CodeGen/LiveInterval.cpp +++ b/llvm/lib/CodeGen/LiveInterval.cpp @@ -629,6 +629,7 @@ void LiveRange::join(LiveRange &Other, const int *RHSValNoAssignments, SmallVectorImpl<VNInfo *> &NewVNInfo) { verify(); + Other.verify(); // Determine if any of our values are mapped. This is uncommon, so we want // to avoid the range scan if not.