Skip to content

Commit

Permalink
[AMDGPU] Correct typos in SIMemoryLegalizer.cpp comments
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tye committed Oct 15, 2020
1 parent 220de1f commit b3a38bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
Expand Up @@ -716,7 +716,7 @@ bool SIGfx6CacheControl::enableLoadCacheBypass(
/// sequentially consistent, and no other thread can access scratch
/// memory.

/// Other address spaces do not hava a cache.
/// Other address spaces do not have a cache.

return Changed;
}
Expand Down Expand Up @@ -770,7 +770,7 @@ bool SIGfx6CacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
/// sequentially consistent, and no other thread can access scratch
/// memory.

/// Other address spaces do not hava a cache.
/// Other address spaces do not have a cache.

if (Pos == Position::AFTER)
--MI;
Expand Down Expand Up @@ -972,7 +972,7 @@ bool SIGfx10CacheControl::enableLoadCacheBypass(
/// sequentially consistent, and no other thread can access scratch
/// memory.

/// Other address spaces do not hava a cache.
/// Other address spaces do not have a cache.

return Changed;
}
Expand Down Expand Up @@ -1035,7 +1035,7 @@ bool SIGfx10CacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
/// sequentially consistent, and no other thread can access scratch
/// memory.

/// Other address spaces do not hava a cache.
/// Other address spaces do not have a cache.

if (Pos == Position::AFTER)
--MI;
Expand Down

0 comments on commit b3a38bc

Please sign in to comment.