Skip to content

Commit 5d19d55

Browse files
authored
[SimplifyCFG] Better aligned a comment. (#109307)
1 parent 7a0a794 commit 5d19d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ static InstructionCost computeSpeculationCost(const User *I,
403403
}
404404

405405
/// If we have a merge point of an "if condition" as accepted above,
406-
/// return true if the specified value dominates the block. We
407-
/// don't handle the true generality of domination here, just a special case
408-
/// which works well enough for us.
406+
/// return true if the specified value dominates the block. We don't handle
407+
/// the true generality of domination here, just a special case which works
408+
/// well enough for us.
409409
///
410410
/// If AggressiveInsts is non-null, and if V does not dominate BB, we check to
411411
/// see if V (which must be an instruction) and its recursive operands

0 commit comments

Comments
 (0)