Fix a comment typo.

llvm-svn: 120235
This commit is contained in:
Bob Wilson 2010-11-28 06:51:19 +00:00
parent 04b2c94205
commit f9b96c474f
1 changed files with 1 additions and 1 deletions

View File

@ -3438,7 +3438,7 @@ static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0,
}
if (BothLiveOut)
// Both unextended and extended values are live out. There had better be
// good a reason for the transformation.
// a good reason for the transformation.
return ExtendNodes.size();
}
return true;