forked from OSchip/llvm-project
Fix a grammaro in a comment that Bill noticed.
llvm-svn: 67507
This commit is contained in:
parent
449fe54cff
commit
772de0ae2d
|
@ -24,7 +24,7 @@ class CCIfSubtarget<string F, CCAction A>
|
||||||
def RetCC_X86Common : CallingConv<[
|
def RetCC_X86Common : CallingConv<[
|
||||||
// Scalar values are returned in AX first, then DX, except for i8 where
|
// Scalar values are returned in AX first, then DX, except for i8 where
|
||||||
// the convention is to return values in AL and AH. However, using AL and
|
// the convention is to return values in AL and AH. However, using AL and
|
||||||
// is AH problematic -- a return of {i16,i8} would end up using AX and AH,
|
// AH is problematic -- a return of {i16,i8} would end up using AX and AH,
|
||||||
// and one value would clobber the other. C front-ends are currently expected
|
// and one value would clobber the other. C front-ends are currently expected
|
||||||
// to pack two i8 values into an i16 in the rare situations where this
|
// to pack two i8 values into an i16 in the rare situations where this
|
||||||
// is necessary.
|
// is necessary.
|
||||||
|
|
Loading…
Reference in New Issue