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 0ae321e commit 0b2929cCopy full SHA for 0b2929c
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -1190,7 +1190,7 @@ static void cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses(
1190
1191
// Key Instructions: We may have propagated atom info into the pred. If the
1192
// pred's terminator already has atom info do nothing as merging would drop
1193
- // one atom group anyway. If it doesn't, propagte the remapped atom group
+ // one atom group anyway. If it doesn't, propagate the remapped atom group
1194
// from BB's terminator.
1195
if (auto &PredDL = PTI->getDebugLoc()) {
1196
auto &DL = BB->getTerminator()->getDebugLoc();
0 commit comments