We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a5c58 commit e93ae28Copy full SHA for e93ae28
llvm/lib/Transforms/IPO/Attributor.cpp
@@ -1192,7 +1192,7 @@ const IRPosition
1192
SubsumingPositionIterator::SubsumingPositionIterator(const IRPosition &IRP) {
1193
IRPositions.emplace_back(IRP);
1194
1195
- // Helper to determine if operand bundles on a call site are benin or
+ // Helper to determine if operand bundles on a call site are benign or
1196
// potentially problematic. We handle only llvm.assume for now.
1197
auto CanIgnoreOperandBundles = [](const CallBase &CB) {
1198
return (isa<IntrinsicInst>(CB) &&
0 commit comments