From 68ed55e06a61e185ba5d45b709ca69319ece720e Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 23 Jun 2017 20:28:40 +0000 Subject: [CorrelatedValuePropagation] Fix typo in comment sense->since. NFC llvm-svn: 306152 --- llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp b/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp index 21bdca655a1..28157783daa 100644 --- a/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp +++ b/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp @@ -290,7 +290,7 @@ static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { break; } - // Increment the case iterator sense we didn't delete it. + // Increment the case iterator since we didn't delete it. ++CI; } -- cgit v1.2.3