diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2018-04-24 07:38:07 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2018-04-24 07:38:07 +0000 |
commit | adb5bfe75b06ff4c16ce20bfb8963390ea5d2a73 (patch) | |
tree | 406bd53ca8d13516f54a6a51dcadcb68f71d1c3b /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | dfd5a90a995a306d314085e674ff7cfa62d2aa7c (diff) | |
download | bcm5719-llvm-adb5bfe75b06ff4c16ce20bfb8963390ea5d2a73.tar.gz bcm5719-llvm-adb5bfe75b06ff4c16ce20bfb8963390ea5d2a73.zip |
[LVI] Fix typo. NFC
llvm-svn: 330688
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 36e66f7f6ef..011c01f2ad8 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/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) { |