Skip to content

Commit 477a07e

Browse files
committed
Fix typo
1 parent 61fdc3d commit 477a07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/SYCLLowerIR/SYCLPropagateAspectsUsage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ AspectsSetTy getAspectsUsedByInstruction(const Instruction &I,
194194
if (auto *AI = dyn_cast<const AllocaInst>(&I)) {
195195
// Return type of an alloca is a pointer and in opaque pointers world we
196196
// don't know which type it points to. Therefore, explicitly checking the
197-
// allocated type insted
197+
// allocated type instead
198198
ReturnType = AI->getAllocatedType();
199199
}
200200
AspectsSetTy Result = getAspectsFromType(ReturnType, Types);

0 commit comments

Comments
 (0)