OSDN Git Service

Fix comment /NFC
authorXinliang David Li <davidxl@google.com>
Fri, 18 Aug 2017 23:08:50 +0000 (23:08 +0000)
committerXinliang David Li <davidxl@google.com>
Fri, 18 Aug 2017 23:08:50 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311209 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 72d2f24..eb18f1e 100644 (file)
@@ -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) +