aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/MI
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-09-26 15:20:16 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-09-26 15:20:16 +0000
commitdf3af00421a527c7124858810b1285aeaadbf9c3 (patch)
tree70e2a8b2ad80e3cb8405251cc0331aef09863ff4 /llvm/unittests/MI
parent6200a5689a1877a4d4df721e2e6d68de7630a0e4 (diff)
downloadllvm-df3af00421a527c7124858810b1285aeaadbf9c3.zip
llvm-df3af00421a527c7124858810b1285aeaadbf9c3.tar.gz
llvm-df3af00421a527c7124858810b1285aeaadbf9c3.tar.bz2
Fix typo
llvm-svn: 372988
Diffstat (limited to 'llvm/unittests/MI')
-rw-r--r--llvm/unittests/MI/LiveIntervalTest.cpp4
1 files changed, 2 insertions, 2 deletions
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