mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Typo.
llvm-svn: 127131
This commit is contained in:
parent
46bb763f35
commit
1da11eb2ae
@ -2082,7 +2082,7 @@ static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref,
|
||||
}
|
||||
else {
|
||||
// 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.
|
||||
unsigned LDepth = left->getDepth();
|
||||
unsigned RDepth = right->getDepth();
|
||||
|
Loading…
Reference in New Issue
Block a user