mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-01 15:40:53 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3d2f9d4be
commit
bebfbc560b
@ -3438,7 +3438,7 @@ static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0,
|
||||
}
|
||||
if (BothLiveOut)
|
||||
// Both unextended and extended values are live out. There had better be
|
||||
// good a reason for the transformation.
|
||||
// a good reason for the transformation.
|
||||
return ExtendNodes.size();
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user