We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476a5d commit 12b38c3Copy full SHA for 12b38c3
llvm/utils/TableGen/Common/CodeGenRegisters.cpp
@@ -2004,7 +2004,7 @@ void CodeGenRegBank::pruneUnitSets() {
2004
// Create a RegUnitSet for each RegClass that contains all units in the class
2005
// including adopted units that are necessary to model register pressure. Then
2006
// iteratively compute RegUnitSets such that the union of any two overlapping
2007
-// RegUnitSets is repreresented.
+// RegUnitSets is represented.
2008
//
2009
// RegisterInfoEmitter will map each RegClass to its RegUnitClass and any
2010
// RegUnitSet that is a superset of that RegUnitClass.
0 commit comments