Skip to content

Commit 12b38c3

Browse files
committed
TableGen: Fix comment typo
1 parent 8476a5d commit 12b38c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/Common/CodeGenRegisters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ void CodeGenRegBank::pruneUnitSets() {
20042004
// Create a RegUnitSet for each RegClass that contains all units in the class
20052005
// including adopted units that are necessary to model register pressure. Then
20062006
// iteratively compute RegUnitSets such that the union of any two overlapping
2007-
// RegUnitSets is repreresented.
2007+
// RegUnitSets is represented.
20082008
//
20092009
// RegisterInfoEmitter will map each RegClass to its RegUnitClass and any
20102010
// RegUnitSet that is a superset of that RegUnitClass.

0 commit comments

Comments
 (0)