diff options
-rw-r--r-- | llvm/lib/Target/X86/X86VZeroUpper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86VZeroUpper.cpp b/llvm/lib/Target/X86/X86VZeroUpper.cpp index 09d4275c698..4465c0f988d 100644 --- a/llvm/lib/Target/X86/X86VZeroUpper.cpp +++ b/llvm/lib/Target/X86/X86VZeroUpper.cpp @@ -300,7 +300,7 @@ bool VZeroUpperInserter::runOnMachineFunction(MachineFunction &MF) { if (FnHasLiveInYmm) addDirtySuccessor(MF.front()); - // Re-visit all blocks that are successors of EXITS_DIRTY bsocks. Add + // Re-visit all blocks that are successors of EXITS_DIRTY blocks. Add // vzeroupper instructions to unguarded calls, and propagate EXITS_DIRTY // through PASS_THROUGH blocks. while (!DirtySuccessors.empty()) { |