mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-18 10:24:45 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2082,7 +2082,7 @@ static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref,
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// If neither instruction stalls (!LStall && !RStall) then
|
// If neither instruction stalls (!LStall && !RStall) then
|
||||||
// it's height is already covered so only its depth matters. We also reach
|
// its height is already covered so only its depth matters. We also reach
|
||||||
// this if both stall but have the same height.
|
// this if both stall but have the same height.
|
||||||
unsigned LDepth = left->getDepth();
|
unsigned LDepth = left->getDepth();
|
||||||
unsigned RDepth = right->getDepth();
|
unsigned RDepth = right->getDepth();
|
||||||
|
Reference in New Issue
Block a user