From: Matt Arsenault Date: Thu, 26 Sep 2019 15:20:16 +0000 (+0000) Subject: Fix typo X-Git-Tag: llvmorg-11-init~8221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df3af00421a527c7124858810b1285aeaadbf9c3;p=platform%2Fupstream%2Fllvm.git Fix typo llvm-svn: 372988 --- diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp index 5ee9d13..ad8c3e6 100644 --- a/llvm/unittests/MI/LiveIntervalTest.cpp +++ b/llvm/unittests/MI/LiveIntervalTest.cpp @@ -309,8 +309,8 @@ TEST(LiveIntervalTest, MoveUndefUse) { TEST(LiveIntervalTest, MoveUpValNos) { // handleMoveUp() had a bug where it would reuse the value number of the - // destination segment, even though we have no guarntee that this valno wasn't - // used in other segments. + // destination segment, even though we have no guarantee that this valno + // wasn't used in other segments. liveIntervalTest(R"MIR( successors: %bb.1, %bb.2 %0 = IMPLICIT_DEF