Skip to content

Commit e2cabd7

Browse files
committed
RegAllocGreedy: Fix comment typo
1 parent 056cd12 commit e2cabd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/RegAllocGreedy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ MCRegister RAGreedy::selectOrSplitImpl(const LiveInterval &VirtReg,
24272427
} else
24282428
return PhysReg;
24292429
}
2430-
// Non emtpy NewVRegs means VirtReg has been split.
2430+
// Non empty NewVRegs means VirtReg has been split.
24312431
if (!NewVRegs.empty())
24322432
return 0;
24332433

0 commit comments

Comments
 (0)