forked from OSchip/llvm-project
[X86] Update a partially stale comment, since SVN r328386. NFC.
llvm-svn: 328443
This commit is contained in:
parent
2ed540779d
commit
98720156b9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue