From 0d07f9d68a22f25a29a7b4cb7c49c4b910567200 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 18 Aug 2017 23:08:50 +0000 Subject: Fix comment /NFC llvm-svn: 311209 --- llvm/lib/Transforms/Scalar/JumpThreading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/JumpThreading.cpp') diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 72d2f2472ae..eb18f1e23cb 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/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) + -- cgit v1.2.3