Tidy up. Spelling.

llvm-svn: 151758
This commit is contained in:
Jim Grosbach 2012-02-29 21:46:32 +00:00
parent 6600bc92b2
commit 43bb61ea29
1 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ RegisterInfoEmitter::runTargetDesc(raw_ostream &OS, CodeGenTarget &Target,
// Calculate the mapping of subregister+index pairs to physical registers.
// This will also create further anonymous indexes.
// This will also create further anonymous indices.
unsigned NamedIndices = RegBank.getNumNamedIndices();
// Emit SubRegIndex names, skipping 0
@ -720,7 +720,7 @@ RegisterInfoEmitter::runTargetDesc(raw_ostream &OS, CodeGenTarget &Target,
}
OS << "\" };\n\n";
// Emit names of the anonymus subreg indexes.
// Emit names of the anonymous subreg indices.
if (SubRegIndices.size() > NamedIndices) {
OS << " enum {";
for (unsigned i = NamedIndices, e = SubRegIndices.size(); i != e; ++i) {