[X86] Update a partially stale comment, since SVN r328386. NFC.

llvm-svn: 328443
This commit is contained in:
Martin Storsjo 2018-03-24 23:00:00 +00:00
parent 2ed540779d
commit 98720156b9
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ def CC_X86_Win64_C : CallingConv<[
// FIXME: Handle byval stuff.
// FIXME: Handle varargs.
// Promote i1/i8/i16/v1i1 arguments to i8.
// Promote i1/v1i1 arguments to i8.
CCIfType<[i1, v1i1], CCPromoteToType<i8>>,
// The 'nest' parameter, if any, is passed in R10.