comment typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-03-31 02:39:17 +00:00
parent b2874df81d
commit 9f2a9d741f

View File

@ -88,7 +88,7 @@ const std::string &CodeGenRegister::getName() const {
return TheDef->getName();
}
// Merge two RegUnitLists maintining the order and removing duplicates.
// Merge two RegUnitLists maintaining the order and removing duplicates.
// Overwrites MergedRU in the process.
static void mergeRegUnits(CodeGenRegister::RegUnitList &MergedRU,
const CodeGenRegister::RegUnitList &RRU)