mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix spelling. NFC.
llvm-svn: 329709
This commit is contained in:
parent
7af89ed924
commit
5537decd98
@ -10,7 +10,7 @@
|
||||
/// that may inhibit the HW prefetching. This is done in two steps. Before
|
||||
/// ISel, we mark strided loads (i.e. those that will likely benefit from
|
||||
/// prefetching) with metadata. Then, after opcodes have been finalized, we
|
||||
/// insert MOVs and re-write loads to prevent unintnentional tag collisions.
|
||||
/// insert MOVs and re-write loads to prevent unintentional tag collisions.
|
||||
// ===---------------------------------------------------------------------===//
|
||||
|
||||
#include "AArch64.h"
|
||||
@ -59,7 +59,7 @@ STATISTIC(NumStridedLoadsMarked, "Number of strided loads marked");
|
||||
STATISTIC(NumCollisionsAvoided,
|
||||
"Number of HW prefetch tag collisions avoided");
|
||||
STATISTIC(NumCollisionsNotAvoided,
|
||||
"Number of HW prefetch tag collisions not avoided due to lack of regsiters");
|
||||
"Number of HW prefetch tag collisions not avoided due to lack of registers");
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user