mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user