Skip to content

Commit 0b2929c

Browse files
OCHyamsSLTozer
andauthored
Update llvm/lib/Transforms/Utils/SimplifyCFG.cpp
nit in comment Co-authored-by: Stephen Tozer <[email protected]>
1 parent 0ae321e commit 0b2929c

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
@@ -1190,7 +1190,7 @@ static void cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses(
11901190

11911191
// Key Instructions: We may have propagated atom info into the pred. If the
11921192
// 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
1193+
// one atom group anyway. If it doesn't, propagate the remapped atom group
11941194
// from BB's terminator.
11951195
if (auto &PredDL = PTI->getDebugLoc()) {
11961196
auto &DL = BB->getTerminator()->getDebugLoc();

0 commit comments

Comments
 (0)