mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -88,7 +88,7 @@ const std::string &CodeGenRegister::getName() const {
|
|||||||
return TheDef->getName();
|
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.
|
// Overwrites MergedRU in the process.
|
||||||
static void mergeRegUnits(CodeGenRegister::RegUnitList &MergedRU,
|
static void mergeRegUnits(CodeGenRegister::RegUnitList &MergedRU,
|
||||||
const CodeGenRegister::RegUnitList &RRU)
|
const CodeGenRegister::RegUnitList &RRU)
|
||||||
|
Reference in New Issue
Block a user