Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 26 Sep 2019 15:20:16 +0000 (15:20 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 26 Sep 2019 15:20:16 +0000 (15:20 +0000)
llvm-svn: 372988

llvm/unittests/MI/LiveIntervalTest.cpp

index 5ee9d13..ad8c3e6 100644 (file)
@@ -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