From 3c29a5e3d5788757b6b8bae0f2814040f90b8236 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 18 Aug 2017 23:08:50 +0000 Subject: [PATCH] Fix comment /NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311209 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/JumpThreading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 72d2f2472ae..eb18f1e23cb 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -146,7 +146,7 @@ JumpThreadingPass::JumpThreadingPass(int T) { // ... // P(cond == true) = 1% // } // -// Here we know that when block A is taken, c must be true, which means +// Here we know that when block A is taken, cond must be true, which means // P(cond == true | A) = 1 // // Given that P(cond == true) = P(cond == true | A) * P(A) + -- 2.11.0