mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8483e54837
commit
b398fca15b
@ -1080,7 +1080,7 @@ namespace {
|
||||
}
|
||||
|
||||
/// closestSucc - Returns the scheduled cycle of the successor which is
|
||||
/// closet to the current cycle.
|
||||
/// closest to the current cycle.
|
||||
static unsigned closestSucc(const SUnit *SU) {
|
||||
unsigned MaxHeight = 0;
|
||||
for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user