[llvm] r259057 - [X86] Test commit, fixed typos in comments. NFC.
Mitch Bodart via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 08:40:51 PST 2016
Author: mbodart
Date: Thu Jan 28 10:40:51 2016
New Revision: 259057
URL: http://llvm.org/viewvc/llvm-project?rev=259057&view=rev
Log:
[X86] Test commit, fixed typos in comments. NFC.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=259057&r1=259056&r2=259057&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Thu Jan 28 10:40:51 2016
@@ -2985,7 +2985,7 @@ SDValue X86TargetLowering::LowerFormalAr
// offset from the bottom of this and each funclet's frame must be the
// same, so the size of funclets' (mostly empty) frames is dictated by
// how far this slot is from the bottom (since they allocate just enough
- // space to accomodate holding this slot at the correct offset).
+ // space to accommodate holding this slot at the correct offset).
int PSPSymFI = MFI->CreateStackObject(8, 8, /*isSS=*/false);
EHInfo->PSPSymFrameIdx = PSPSymFI;
}
@@ -23610,7 +23610,7 @@ static bool combineX86ShufflesRecursivel
}
// Minor canonicalization of the accumulated shuffle mask to make it easier
- // to match below. All this does is detect masks with squential pairs of
+ // to match below. All this does is detect masks with sequential pairs of
// elements, and shrink them to the half-width mask. It does this in a loop
// so it will reduce the size of the mask to the minimal width mask which
// performs an equivalent shuffle.
More information about the llvm-commits
mailing list