mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e38070fc32
commit
d3d751804c
@ -1470,7 +1470,7 @@ static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet,
|
|||||||
RUSubSet.begin(), RUSubSet.end());
|
RUSubSet.begin(), RUSubSet.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Iteratively prune unit sets. Prune subsets that are close the the superset,
|
/// Iteratively prune unit sets. Prune subsets that are close to the superset,
|
||||||
/// but with one or two registers removed. We occasionally have registers like
|
/// but with one or two registers removed. We occasionally have registers like
|
||||||
/// APSR and PC thrown in with the general registers. We also see many
|
/// APSR and PC thrown in with the general registers. We also see many
|
||||||
/// special-purpose register subsets, such as tail-call and Thumb
|
/// special-purpose register subsets, such as tail-call and Thumb
|
||||||
|
Loading…
Reference in New Issue
Block a user