mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Fix a spelling error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7bd400ebfd
commit
958fcdc21b
@ -197,7 +197,7 @@ bool BasicTTI::haveFastSqrt(Type *Ty) const {
|
|||||||
void BasicTTI::getUnrollingPreferences(Loop *L,
|
void BasicTTI::getUnrollingPreferences(Loop *L,
|
||||||
UnrollingPreferences &UP) const {
|
UnrollingPreferences &UP) const {
|
||||||
// This unrolling functionality is target independent, but to provide some
|
// This unrolling functionality is target independent, but to provide some
|
||||||
// motivation for its indended use, for x86:
|
// motivation for its intended use, for x86:
|
||||||
|
|
||||||
// According to the Intel 64 and IA-32 Architectures Optimization Reference
|
// According to the Intel 64 and IA-32 Architectures Optimization Reference
|
||||||
// Manual, Intel Core models and later have a loop stream detector
|
// Manual, Intel Core models and later have a loop stream detector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user