Skip to content

Commit 197ff0a

Browse files
committed
Fix typo
1 parent 33e66cc commit 197ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4964,7 +4964,7 @@ InstCombinerImpl::pushFreezeToPreventPoisonFromPropagating(FreezeInst &OrigFI) {
49644964
// poison as far as possible. If an operand of freeze does not produce poison
49654965
// then push the freeze through to the operands that are not guaranteed
49664966
// non-poison. The actual transform is as follows.
4967-
// Op1 = ... ; Op1 can be posion
4967+
// Op1 = ... ; Op1 can be poison
49684968
// Op0 = Inst(Op1, NonPoisonOps...)
49694969
// ... = Freeze(Op0)
49704970
// =>

0 commit comments

Comments
 (0)