[llvm] r330688 - [LVI] Fix typo. NFC

Xin Tong via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 00:38:07 PDT 2018


Author: trentxintong
Date: Tue Apr 24 00:38:07 2018
New Revision: 330688

URL: http://llvm.org/viewvc/llvm-project?rev=330688&view=rev
Log:
[LVI] Fix typo. NFC

Modified:
    llvm/trunk/lib/Analysis/LazyValueInfo.cpp

Modified: llvm/trunk/lib/Analysis/LazyValueInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/LazyValueInfo.cpp?rev=330688&r1=330687&r2=330688&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/LazyValueInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/LazyValueInfo.cpp Tue Apr 24 00:38:07 2018
@@ -1843,7 +1843,7 @@ void LazyValueInfoAnnotatedWriter::emitB
 
 // 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) {




More information about the llvm-commits mailing list