1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[TTI] Fix a typo in the comment

llvm-svn: 327395
This commit is contained in:
Haicheng Wu 2018-03-13 13:52:47 +00:00
parent 0c8c714bb4
commit 0ac54a342b

View File

@ -614,7 +614,7 @@ public:
}
// If we are legalizing by splitting, query the concrete TTI for the cost
// of casting the original vector twice. We also need to factor int the
// of casting the original vector twice. We also need to factor in the
// cost of the split itself. Count that as 1, to be consistent with
// TLI->getTypeLegalizationCost().
if ((TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) ==