[llvm] 5d19d55 - [SimplifyCFG] Better aligned a comment. (#109307)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 09:39:38 PDT 2024
Author: Simone Campanoni
Date: 2024-09-30T09:39:35-07:00
New Revision: 5d19d55ce1da5b2b6b089316a28974062c013cf2
URL: https://github.com/llvm/llvm-project/commit/5d19d55ce1da5b2b6b089316a28974062c013cf2
DIFF: https://github.com/llvm/llvm-project/commit/5d19d55ce1da5b2b6b089316a28974062c013cf2.diff
LOG: [SimplifyCFG] Better aligned a comment. (#109307)
Added:
Modified:
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 1ee6c17bdad397..ffd4037f23ffae 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -403,9 +403,9 @@ static InstructionCost computeSpeculationCost(const User *I,
}
/// If we have a merge point of an "if condition" as accepted above,
-/// return true if the specified value dominates the block. We
-/// don't handle the true generality of domination here, just a special case
-/// which works well enough for us.
+/// return true if the specified value dominates the block. We don't handle
+/// the true generality of domination here, just a special case which works
+/// well enough for us.
///
/// If AggressiveInsts is non-null, and if V does not dominate BB, we check to
/// see if V (which must be an instruction) and its recursive operands
More information about the llvm-commits
mailing list