Skip to content

Commit 044f73f

Browse files
committed
Fix typo
1 parent b12417f commit 044f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7573,7 +7573,7 @@ static bool passingValueIsAlwaysUndefined(Value *V, Instruction *I, bool PtrValu
75737573
return false;
75747574

75757575
if (C->isNullValue() || isa<UndefValue>(C)) {
7576-
// Only look at the first use we can hanle, avoid hurting compile time with
7576+
// Only look at the first use we can handle, avoid hurting compile time with
75777577
// long uselists
75787578
auto FindUse = llvm::find_if(I->users(), [&I](auto *U) {
75797579
auto *Use = cast<Instruction>(U);

0 commit comments

Comments
 (0)