[LVI] Fix typo. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Xin Tong
2018-04-24 07:38:07 +00:00
parent 7f71e97394
commit d5a2fd47b6
+1 -1
View File
@@ -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) {