Skip to content

Commit 520c37c

Browse files
committed
Fix the other typo
1 parent 387e9b7 commit 520c37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@ bool AMDGPULowerBufferFatPointers::run(Module &M, const TargetMachine &TM) {
25622562
for (Function *F : NeedsPostProcess)
25632563
Splitter.processFunction(*F);
25642564
for (Function *F : Intrinsics) {
2565-
// use_empty() can also occor with cases like masked load, which will
2565+
// use_empty() can also occur with cases like masked load, which will
25662566
// have been rewritten out of the module by now but not erased.
25672567
if (F->use_empty() || isRemovablePointerIntrinsic(F->getIntrinsicID())) {
25682568
F->eraseFromParent();

0 commit comments

Comments
 (0)