[llvm] r372988 - Fix typo
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 08:20:16 PDT 2019
Author: arsenm
Date: Thu Sep 26 08:20:16 2019
New Revision: 372988
URL: http://llvm.org/viewvc/llvm-project?rev=372988&view=rev
Log:
Fix typo
Modified:
llvm/trunk/unittests/MI/LiveIntervalTest.cpp
Modified: llvm/trunk/unittests/MI/LiveIntervalTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/MI/LiveIntervalTest.cpp?rev=372988&r1=372987&r2=372988&view=diff
==============================================================================
--- llvm/trunk/unittests/MI/LiveIntervalTest.cpp (original)
+++ llvm/trunk/unittests/MI/LiveIntervalTest.cpp Thu Sep 26 08:20:16 2019
@@ -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
More information about the llvm-commits
mailing list