forked from OSchip/llvm-project
AArch64: clean up some whitespace in Windows CC (NFC)
Drive by clean up for Windows ARM64 variadic CC (NFC). llvm-svn: 348310
This commit is contained in:
parent
baea55c920
commit
a9248fdfab
|
@ -123,7 +123,7 @@ def RetCC_AArch64_AAPCS : CallingConv<[
|
|||
|
||||
// Vararg functions on windows pass floats in integer registers
|
||||
def CC_AArch64_Win64_VarArg : CallingConv<[
|
||||
CCIfType<[f16, f32], CCPromoteToType<f64>>,
|
||||
CCIfType<[f16, f32], CCPromoteToType<f64>>,
|
||||
CCIfType<[f64], CCBitConvertToType<i64>>,
|
||||
CCDelegateTo<CC_AArch64_AAPCS>
|
||||
]>;
|
||||
|
|
Loading…
Reference in New Issue