diff options
author | Sanjay Patel <spatel@rotateright.com> | 2016-05-23 18:01:20 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2016-05-23 18:01:20 +0000 |
commit | 50c861b595ffb962bd97f8bd1bdab5d6bcaee5cb (patch) | |
tree | 4baa0a0d85db96bdce24187238fb355a0a354e95 | |
parent | 68e74519248ad9ba8ae3b08967190ec127f97159 (diff) |
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270469 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86VZeroUpper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86VZeroUpper.cpp b/lib/Target/X86/X86VZeroUpper.cpp index 09d4275c698..4465c0f988d 100644 --- a/lib/Target/X86/X86VZeroUpper.cpp +++ b/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()) { |