From d5a2fd47b68cd67e370121eb2c2971ef8b4e1472 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Tue, 24 Apr 2018 07:38:07 +0000 Subject: [PATCH] [LVI] Fix typo. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330688 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LazyValueInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 36e66f7f6ef..011c01f2ad8 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/lib/Analysis/LazyValueInfo.cpp @@ -1843,7 +1843,7 @@ void LazyValueInfoAnnotatedWriter::emitBasicBlockStartAnnot( // This function prints the LVI analysis for the instruction I at the beginning // of various basic blocks. It relies on calculated values that are stored in -// the LazyValueInfoCache, and in the absence of cached values, recalculte the +// the LazyValueInfoCache, and in the absence of cached values, recalculate the // LazyValueInfo for `I`, and print that info. void LazyValueInfoAnnotatedWriter::emitInstructionAnnot( const Instruction *I, formatted_raw_ostream &OS) {