mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -589,7 +589,7 @@ unsigned BasicTTI::getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
|
|||||||
|
|
||||||
if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
|
if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
|
||||||
// The operation is legal. Assume it costs 1.
|
// The operation is legal. Assume it costs 1.
|
||||||
// If the type is split to multiple registers, assume that thre is some
|
// If the type is split to multiple registers, assume that there is some
|
||||||
// overhead to this.
|
// overhead to this.
|
||||||
// TODO: Once we have extract/insert subvector cost we need to use them.
|
// TODO: Once we have extract/insert subvector cost we need to use them.
|
||||||
if (LT.first > 1)
|
if (LT.first > 1)
|
||||||
|
Reference in New Issue
Block a user