Skip to content

Commit e93ae28

Browse files
committed
Attributor: Fix typo
1 parent 59a5c58 commit e93ae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/Attributor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ const IRPosition
11921192
SubsumingPositionIterator::SubsumingPositionIterator(const IRPosition &IRP) {
11931193
IRPositions.emplace_back(IRP);
11941194

1195-
// Helper to determine if operand bundles on a call site are benin or
1195+
// Helper to determine if operand bundles on a call site are benign or
11961196
// potentially problematic. We handle only llvm.assume for now.
11971197
auto CanIgnoreOperandBundles = [](const CallBase &CB) {
11981198
return (isa<IntrinsicInst>(CB) &&

0 commit comments

Comments
 (0)