[X86] Add missing full stop to comment. NFCI.

llvm-svn: 328456
This commit is contained in:
Simon Pilgrim 2018-03-25 18:49:48 +00:00
parent c84b48ec29
commit 854ac7490d
1 changed files with 1 additions and 1 deletions

View File

@ -18274,7 +18274,7 @@ static SDValue LowerVSETCC(SDValue Op, const X86Subtarget &Subtarget,
}
// If this is a SETNE against the signed minimum value, change it to SETGT.
// If this is a SETNE against the signed maximum value, change it to SETLT
// If this is a SETNE against the signed maximum value, change it to SETLT.
// which will be swapped to SETGT.
// Otherwise we use PCMPEQ+invert.
APInt ConstValue;