mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Fix typo
llvm-svn: 372988
This commit is contained in:
parent
2c58ce940f
commit
0129f9ebba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user